mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/Creature: Warp Aberration
This commit is contained in:
8
sql/updates/world/3.3.5/2018_09_18_01_world.sql
Normal file
8
sql/updates/world/3.3.5/2018_09_18_01_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_type`=23, `event_param1`=36640, `event_param3`=1000, `event_param4`=1000, `action_param2`=2, `comment`="Warp Aberration - On missing aura - Cast 'Arcane Shield' (No Repeat)" WHERE entryorguid IN (18865) AND source_type=0 AND id=0;
|
||||
UPDATE `creature_template` SET `unit_flags`=33554432, `AIName`="" WHERE `entry`=21322;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (21322) AND `source_type`=0;
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (21322);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(21322, 0, 0, 0, 0, 0, '36581');
|
||||
Reference in New Issue
Block a user