mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[8932] Add spell_chain data for spell 50518 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
98a83f7270
commit
32dda71cd8
5 changed files with 25 additions and 3 deletions
10
sql/updates/8932_01_mangos_spell_chain.sql
Normal file
10
sql/updates/8932_01_mangos_spell_chain.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_8931_01_mangos_spell_bonus_data required_8932_01_mangos_spell_chain bit;
|
||||
|
||||
DELETE FROM spell_chain WHERE spell_id IN (50518,53558,53559,53560,53561,53562);
|
||||
INSERT INTO spell_chain VALUES
|
||||
(50518,0,50518,1,0),
|
||||
(53558,50518,50518,2,0),
|
||||
(53559,53558,50518,3,0),
|
||||
(53560,53559,50518,4,0),
|
||||
(53561,53560,50518,5,0),
|
||||
(53562,53561,50518,6,0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue