mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +00:00
* This reverts commit 2157bc1b2fb064bd6bf0dfa5b4152d13760450c5. * And drop DB bonus data. Thanks to MrLama and pasdVn for reseach problem.
3 lines
184 B
SQL
3 lines
184 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9136_06_mangos_spell_proc_event required_9148_01_mangos_spell_bonus_data bit;
|
|
|
|
DELETE FROM spell_bonus_data WHERE entry IN (31935,24275);
|