[9512] Spell 16952 and ranks will now correctly proc from all cat form abilities that add combo points

Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
przemratajczak 2010-03-04 08:01:35 +01:00 committed by Lightguard
parent bee93cb17c
commit a4ce06fd15
5 changed files with 13 additions and 5 deletions

View file

@ -0,0 +1,6 @@
ALTER TABLE db_version CHANGE COLUMN required_9509_01_mangos_item_template required_9512_01_mangos_spell_proc_event bit;
DELETE FROM `spell_proc_event` WHERE `entry` IN (16952, 16954);
INSERT INTO `spell_proc_event` VALUES
(16952, 0x00000000, 7, 0x00039000, 0x00000400, 0x00000000, 0x00040000, 0x00000002, 0.000000, 0.000000, 0),
(16954, 0x00000000, 7, 0x00039000, 0x00000400, 0x00000000, 0x00040000, 0x00000002, 0.000000, 0.000000, 0);