aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-02-05 15:11:22 +0100
committertreeston <treeston.mmoc@gmail.com>2016-02-05 15:11:22 +0100
commit0813261c6fff568de2a3ce8df4b93c77d2e10d21 (patch)
treef08d108b064ab2ca2e883ddac4b1fad3f32df7f2 /sql
parent3aaeb574050668e5a240078f6e40337c3975d110 (diff)
parent8c7cd03d08b70ca97ae9a524410ad5c9c99cce3d (diff)
Merge branch '3.3.5-toytrain' into 3.3.5 (PR #16218)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_02_05_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_05_00_world.sql b/sql/updates/world/2016_02_05_00_world.sql
new file mode 100644
index 00000000000..46f2b488b9a
--- /dev/null
+++ b/sql/updates/world/2016_02_05_00_world.sql
@@ -0,0 +1,6 @@
+-- Implement "Toy Train Set" and "Wind-Up Train Wrecker"
+UPDATE `gameobject_template` SET `ScriptName`="go_toy_train_set" WHERE `entry`=193963;
+UPDATE `creature_template` SET `ScriptName`="npc_train_wrecker" WHERE `entry`=33404;
+DELETE FROM `spell_script_names` WHERE `spell_id`=61551;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(61551,"spell_item_toy_train_set_pulse");