[10045] Frop unexpected custom rank data for 26016.

This make spell rank use first rank data.
This commit is contained in:
VladimirMangos 2010-06-08 17:30:14 +04:00
parent 8e9a201ea0
commit e1766a3adb
5 changed files with 8 additions and 4 deletions

View 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);