aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/452_world.sql
diff options
context:
space:
mode:
authorrunningnak3d <none@none>2008-12-22 20:59:45 +0000
committerrunningnak3d <none@none>2008-12-22 20:59:45 +0000
commitde11cc3f8ecb3edff0c720f669077594f9602214 (patch)
treee7e727a46a1bd46fd53d79222188cb4c0b6c494c /sql/updates/452_world.sql
parentea891c0575e4a76f26d3fb8ec9c7a2f4eff4a9bf (diff)
* And yet more SQL clean up
--HG-- branch : trunk rename : sql/updates/488_world_script.sql => sql/updates/488_world_scripts.sql rename : sql/updates/502_trinity_scripts.sql => sql/updates/502_world_scripts.sql rename : sql/updates/566_world_spell_script_target.sql => sql/updates/566_world.sql
Diffstat (limited to 'sql/updates/452_world.sql')
-rw-r--r--sql/updates/452_world.sql12
1 files changed, 6 insertions, 6 deletions
diff --git a/sql/updates/452_world.sql b/sql/updates/452_world.sql
index c5ac7f87cfb..3b549278fc7 100644
--- a/sql/updates/452_world.sql
+++ b/sql/updates/452_world.sql
@@ -1,9 +1,9 @@
-- link gift of the wild to mark of the wild
-DELETE FROM spell_chain WHERE spell_id = 21849;
-DELETE FROM spell_chain WHERE spell_id = 21850;
-DELETE FROM spell_chain WHERE spell_id = 26991;
+DELETE FROM `spell_chain` WHERE `spell_id` = 21849;
+DELETE FROM `spell_chain` WHERE `spell_id` = 21850;
+DELETE FROM `spell_chain` WHERE `spell_id` = 26991;
-INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (21849,0,1126,1,0);
-INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (21850,21849,1126,2,0);
-INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (26991,21850,1126,3,0); \ No newline at end of file
+INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (21849,0,1126,1,0);
+INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (21850,21849,1126,2,0);
+INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (26991,21850,1126,3,0);