mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 22:37:05 +00:00
[9988] Add correct spell chain data for 61024 and 61316.
This commit is contained in:
parent
4d61fba28f
commit
2cd5a6bbf2
5 changed files with 17 additions and 3 deletions
8
sql/updates/9988_01_mangos_spell_chain.sql
Normal file
8
sql/updates/9988_01_mangos_spell_chain.sql
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue