[8511] Limit talent 57472 triggering to only spell spell 17 and ranks as expected.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Maxxie 2009-09-19 19:15:49 +04:00 committed by VladimirMangos
parent b42082bc0c
commit 81a4eabe34
5 changed files with 14 additions and 3 deletions

View file

@ -0,0 +1,7 @@
ALTER TABLE db_version CHANGE COLUMN required_8504_02_mangos_playercreateinfo_action required_8511_01_mangos_spell_proc_event bit;
DELETE FROM `spell_proc_event` WHERE `entry` IN (57470, 57472);
INSERT INTO spell_proc_event VALUES
(57470, 0x00000000, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0),
(57472, 0x00000000, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);