Scripts/MagistersTerrace: reworked InstanceScript and fixed some issues on boss Vexallus

* removed old hacks and added missing auras
* Vexallus converted to EventMap
This commit is contained in:
MitchesD
2014-06-26 21:33:40 +02:00
parent 34b4be5902
commit 6ebb64892f
7 changed files with 364 additions and 435 deletions

View File

@@ -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');