aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-12-01 12:30:52 -0330
committerMalcrom <malcromdev@gmail.com>2013-12-01 12:30:52 -0330
commit6a6b3104a31900b83e1cc025adde239086812844 (patch)
tree1d4dc85af3ab90d71f711438e4578327061099c0 /sql/updates/world
parent04cc51a6cf11996b3443fbbac261072b10eb0cd4 (diff)
Scripting/Sholazar Basin: Move spells for quest Dreadsaber Mastery: Stalking the Prey (12550) to cpp.
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/2013_12_01_05_world_misc.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2013_12_01_05_world_misc.sql b/sql/updates/world/2013_12_01_05_world_misc.sql
new file mode 100644
index 00000000000..7c0fbe48985
--- /dev/null
+++ b/sql/updates/world/2013_12_01_05_world_misc.sql
@@ -0,0 +1,10 @@
+DELETE FROM `spell_scripts` WHERE `id` IN (52160,52163);
+DELETE FROM `db_script_string` WHERE `entry` IN (2000000107,2000000108);
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (52160,52163);
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(52160, 'spell_shango_tracks'),
+(52163, 'spell_shango_tracks');
+DELETE FROM `trinity_string` WHERE `entry` IN (28634,28635);
+INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
+(28634, 'These tracks must belong to Shango.'),
+(28635, 'These aren''t Shango''s tracks.');