mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
[9978] Add explicit AP damage bonus for spells 55095, 55095.
Original patch provided johonson.
This commit is contained in:
parent
fe69843ce7
commit
4e716c67da
6 changed files with 17 additions and 5 deletions
3
sql/updates/9978_01_mangos_spell_bonus_data.sql
Normal file
3
sql/updates/9978_01_mangos_spell_bonus_data.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9977_01_mangos_spell_proc_event required_9978_01_mangos_spell_bonus_data bit;
|
||||
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (55078,55095);
|
||||
Loading…
Add table
Add a link
Reference in a new issue