diff options
author | MitchesD <majklprofik@seznam.cz> | 2014-06-26 21:33:40 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2014-06-26 22:25:24 +0200 |
commit | 6ebb64892fa4cbfacd3f3de5dfa1fe36b02f848c (patch) | |
tree | a153ffb25cc4036db9c127507b1914c8cb54503b /sql | |
parent | 34b4be59027ce713e83b874749ea7d332b69377b (diff) |
Scripts/MagistersTerrace: reworked InstanceScript and fixed some issues on boss Vexallus
* removed old hacks and added missing auras
* Vexallus converted to EventMap
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2014_06_26_02_world_misc.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_26_02_world_misc.sql b/sql/updates/world/2014_06_26_02_world_misc.sql new file mode 100644 index 00000000000..dade11c549d --- /dev/null +++ b/sql/updates/world/2014_06_26_02_world_misc.sql @@ -0,0 +1,7 @@ +-- Pure Energy +SET @ENTRY := 24745; +UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry`=@ENTRY; + +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES +(@ENTRY, 0, 0x0, 0x0, '44326 46156'); |