mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
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:
7
sql/updates/world/2014_06_26_02_world_misc.sql
Normal file
7
sql/updates/world/2014_06_26_02_world_misc.sql
Normal 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');
|
||||
Reference in New Issue
Block a user