diff options
author | Killyana <morphone1@gmail.com> | 2018-09-18 19:53:11 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-09 23:05:52 +0100 |
commit | 0bcb6dadb0fce96098e95b898e6ef0a7bb292541 (patch) | |
tree | 4a6a13e929a5f94e3616782c5dfbfbd541fa9423 | |
parent | 31f456221a842cd499c836bdeb64df028884fa42 (diff) |
DB/Creature: Warp Aberration
(cherry picked from commit 084ec7dc5366ffc8d3faf3871a56e037ba69fb39)
-rw-r--r-- | sql/updates/world/master/2021_11_09_02_world_2018_09_18_01_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_09_02_world_2018_09_18_01_world.sql b/sql/updates/world/master/2021_11_09_02_world_2018_09_18_01_world.sql new file mode 100644 index 00000000000..f9c20bae682 --- /dev/null +++ b/sql/updates/world/master/2021_11_09_02_world_2018_09_18_01_world.sql @@ -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'); |