mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 13:37:07 +00:00
[10045] Frop unexpected custom rank data for 26016.
This make spell rank use first rank data.
This commit is contained in:
parent
8e9a201ea0
commit
e1766a3adb
5 changed files with 8 additions and 4 deletions
3
sql/updates/10045_01_mangos_spell_proc_event.sql
Normal file
3
sql/updates/10045_01_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_10044_02_mangos_spell_proc_event required_10045_01_mangos_spell_proc_event bit;
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (26016);
|
||||
Loading…
Add table
Add a link
Reference in a new issue