Files
TrinityCore/sql/updates/452_world.sql
runningnak3d de11cc3f8e * 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
2008-12-22 20:59:45 +00:00

10 lines
517 B
SQL

-- 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;
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);