mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
* Add expected sql update order guards to sql updates
* Update size of spell id field in spell_bonus_data.
Note: You need apply new sql updates versions or just re-aplly
one more time new sql update version if apply already old.
9 lines
No EOL
352 B
SQL
9 lines
No EOL
352 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9331_01_mangos_quest_template required_9366_01_mangos_spell_bonus_data bit;
|
|
|
|
ALTER TABLE spell_bonus_data
|
|
CHANGE COLUMN entry entry mediumint(8) unsigned NOT NULL;
|
|
|
|
|
|
DELETE FROM spell_bonus_data WHERE entry = 71824;
|
|
INSERT INTO spell_bonus_data VALUES
|
|
(71824,0,0,0,'Item - Shaman T9 Elemental 4P Bonus'); |