[8065] Remove outdated data in spell_proc_event.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Rhyll 2009-06-22 00:43:11 +04:00 committed by VladimirMangos
parent 14700e9918
commit 8f69f19027
4 changed files with 7 additions and 6 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE db_version CHANGE COLUMN required_8064_01_mangos_spell_chain required_8065_01_mangos_spell_proc_event bit;
DELETE FROM spell_proc_event WHERE entry IN (47535, 47536, 47537, 58435);