diff options
| author | DanVS <33371360+DanVS@users.noreply.github.com> | 2018-07-25 13:35:03 +0000 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-10-17 01:40:21 +0200 |
| commit | 3503e9dc929692bc9a8e9a23de2bae9cad24497f (patch) | |
| tree | 157ad78304b48fa335ea40ade1291b85cafd66ed /sql | |
| parent | 5d08e13108431e3facc3246f46740fe54e9f6884 (diff) | |
Scripts/Pets: Some cleanup for Snake Trap. Tagging #21847, though this doesn't address it (yet).
(cherry picked from commit 15ab24756dab76066bc24ca2a8c3289afbe836c0)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_10_17_06_world_2018_07_25_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_17_06_world_2018_07_25_00_world.sql b/sql/updates/world/master/2021_10_17_06_world_2018_07_25_00_world.sql new file mode 100644 index 00000000000..e520ca224b5 --- /dev/null +++ b/sql/updates/world/master/2021_10_17_06_world_2018_07_25_00_world.sql @@ -0,0 +1,7 @@ +UPDATE `creature_template` SET `ScriptName`='npc_pet_gen_soul_trader' WHERE `entry`=27914; +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_ethereal_pet_aura','spell_ethereal_pet_onsummon','spell_ethereal_pet_aura_remove','spell_steal_essence_visual'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(50051,'spell_ethereal_pet_aura'), +(50052,'spell_ethereal_pet_onsummon'), +(50055,'spell_ethereal_pet_aura_remove'), +(50101,'spell_steal_essence_visual'); |
