patch-ruRU-5 обновленный логин скрин и создание персонажа

This commit is contained in:
2026-03-15 16:26:18 +04:00
parent 2ae4f23a03
commit 0251953122
385 changed files with 24869 additions and 0 deletions
@@ -0,0 +1,19 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="GlueParent.lua"/>
<Frame name="GlueParent" setAllPoints="true">
<Scripts>
<!-- Register here for any events you want to monitor globally -->
<OnLoad>
GlueParent_OnLoad(self);
</OnLoad>
<!-- Respond here to any events you want to monitor globally -->
<OnEvent>
GlueParent_OnEvent(event, ...);
</OnEvent>
<OnUpdate>
GlueFrameFadeUpdate(elapsed);
</OnUpdate>
</Scripts>
</Frame>
</Ui>