mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 19:37:04 +00:00
[9148] Revert "[9042] Remove double apply bonuses for spell 635/31935 and ranks"
* This reverts commit 2157bc1b2fb064bd6bf0dfa5b4152d13760450c5. * And drop DB bonus data. Thanks to MrLama and pasdVn for reseach problem.
This commit is contained in:
parent
197ebb6bfd
commit
cf8b2f660c
6 changed files with 24 additions and 5 deletions
3
sql/updates/9148_01_mangos_spell_bonus_data.sql
Normal file
3
sql/updates/9148_01_mangos_spell_bonus_data.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue