[7879] Fixed proc for 31571 and ranks. Author: Tanatos

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-24 11:13:45 -05:00
parent 9381493a64
commit 4ebe23324b
3 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
ALTER TABLE db_version CHANGE COLUMN required_7855_01_mangos_pools required_7879_01_mangos_spell_proc_event bit;
DELETE FROM spell_proc_event WHERE entry IN (31571, 31572);
INSERT INTO spell_proc_event VALUES
(31571, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0),
(31572, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0);