[9988] Add correct spell chain data for 61024 and 61316.

This commit is contained in:
VladimirMangos 2010-05-28 01:48:39 +04:00
parent 4d61fba28f
commit 2cd5a6bbf2
5 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1,8 @@
ALTER TABLE db_version CHANGE COLUMN required_9978_01_mangos_spell_bonus_data required_9988_01_mangos_spell_chain bit;
DELETE FROM `spell_chain` WHERE `spell_id` IN (61024,61316);
INSERT INTO `spell_chain` (`spell_id`, `prev_spell`, `first_spell`, `rank`, `req_spell`) VALUES
/*Dalaran Intellect*/
(61024,61024,61024,1,27126),
/*Dalaran Brilliance*/
(61316,61316,61316,1,27127);