Mercurial > wow > buffalo2
diff Modules/ArtifactPower.xml @ 125:3f4794dca91b
template load order and Script handlers linkage
| author | Nenue |
|---|---|
| date | Sun, 15 Oct 2017 16:47:22 -0400 |
| parents | b3c0258b419d |
| children | 9f2cf5609420 |
line wrap: on
line diff
--- a/Modules/ArtifactPower.xml Tue Sep 05 02:57:08 2017 -0400 +++ b/Modules/ArtifactPower.xml Sun Oct 15 16:47:22 2017 -0400 @@ -25,6 +25,8 @@ <Button name="VeneerArtifactButton" parentArray="Artifact" mixin="VeneerArtifactButtonMixin" virtual="true"> <Scripts> + <OnShow method="OnShow" /> + <OnHide method="OnHide" /> <OnLoad method="OnLoad" /> <OnEvent method="OnEvent" /> <OnEnter method="OnEnter" />
