aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDanVS <33371360+DanVS@users.noreply.github.com>2018-07-25 13:35:03 +0000
committerAokromes <Aokromes@users.noreply.github.com>2018-07-25 15:35:03 +0200
commitba9943d8a422c0ca9db0dd340f1e9e2ca67c8c33 (patch)
tree98ee7b8f1115609b764d26209b0a9aa456c217b7 /sql
parent2b3f29aa6d2d3787c063ebc2a541149bd2181c85 (diff)
Core/Entities: Ethereal Soul-Trader (#22050)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_07_25_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_07_25_00_world.sql b/sql/updates/world/3.3.5/2018_07_25_00_world.sql
new file mode 100644
index 00000000000..e520ca224b5
--- /dev/null
+++ b/sql/updates/world/3.3.5/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');