Files
CallOfElements/COE_Heal.xml
T
MDGitHubRepo 233acdbaaa Add files via upload
Updated totemdata.lua to ignore spellname "Totemic Recall" when building the totems.
2024-11-29 13:25:01 -05:00

18 lines
518 B
XML

<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>