Skip to content

Commit

Permalink
[Misc.] Add shortcut for KR realms.
Browse files Browse the repository at this point in the history
  • Loading branch information
NORPG committed Jan 10, 2025
1 parent 50c33c5 commit f8b1774
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .contrib/Parser/lib/Functions/Shortcuts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,12 @@ regionUnavailable = function(region, t)
end]];
return t;
end
krONLY = function(t)
return regionExclusive("KR", t);
end
krUnavailable = function(t)
return regionUnavailable("KR", t);
end
cnONLY = function(t)
return regionExclusive("CN", t);
end
Expand Down

0 comments on commit f8b1774

Please sign in to comment.