режим предателя + UI референсы и DragonUI

This commit is contained in:
2026-04-09 02:05:29 +04:00
parent 1109d19bb5
commit e8f1ae4ab9
397 changed files with 202750 additions and 37 deletions
+15
View File
@@ -0,0 +1,15 @@
-- This is a symbol available for people who need to know the locale (separate from GetLocale())
LOCALE_enUS = true;
function Localize()
-- Put all locale specific string adjustments here
end
function LocalizeFrames()
-- Put all locale specific UI adjustments here
-- Hide billing help option. If the number of help options changes this will need to change also.
CATEGORY_TO_NOT_DISPLAY = 9;
end