From de11cc3f8ecb3edff0c720f669077594f9602214 Mon Sep 17 00:00:00 2001 From: runningnak3d Date: Mon, 22 Dec 2008 20:59:45 +0000 Subject: * 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 --- sql/updates/452_world.sql | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sql/updates/452_world.sql') 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); -- cgit v1.2.3