diff Modules/WorldState.xml @ 136:414e37af1b1b v8.0.1-20180718

8.0.1 "pre-patch" updates - disabled PaperDoll, ArtifactPower, and Social/LFG modules
author Nenue
date Wed, 18 Jul 2018 15:31:15 -0400
parents 8c94bee4fdfc
children
line wrap: on
line diff
--- a/Modules/WorldState.xml	Thu Jan 25 20:58:10 2018 -0500
+++ b/Modules/WorldState.xml	Wed Jul 18 15:31:15 2018 -0400
@@ -3,6 +3,12 @@
 
   <Script file="WorldState.lua" />
 
-  <Frame name="VeneerOrderHallHandler" hidden="true" parent="UIParent" mixin="VeneerOrderHallMixin" inherits="VeneerMixinScripts" />
+  <Frame name="VeneerOrderHallHandler" hidden="true" parent="UIParent" mixin="VeneerOrderHallMixin">
+    <Scripts>
+      <OnLoad method="OnLoad"  />
+      <OnShow method="OnShow" />
+      <OnUpdate method="OnUpdate" />
+    </Scripts>
+  </Frame>
 
 </Ui>
\ No newline at end of file