Add files via upload

Updated totemdata.lua to ignore spellname "Totemic Recall" when building the totems.
This commit is contained in:
MDGitHubRepo
2024-11-29 13:25:01 -05:00
committed by GitHub
parent bc470b135c
commit 233acdbaaa
21 changed files with 9486 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<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/">
<script file="COE_HealData.lua"/>
<script file="COE_Heal.lua"/>
<!-- Invisible HealFrame for script loading -->
<Frame name="COEHealFrame" frameStrata="LOW" enableMouse="false" hidden="true">
<Scripts>
<OnLoad>
COE_Heal:Init();
</OnLoad>
<OnEvent>
COE_Heal:OnEvent( event );
</OnEvent>
</Scripts>
</Frame>
</Ui>