[10349] Implement work item 50351 and 50706.

This commit is contained in:
VladimirMangos 2010-08-12 03:58:27 +04:00
parent fbf517e763
commit 017d7c7160
6 changed files with 41 additions and 5 deletions

View file

@ -0,0 +1,6 @@
ALTER TABLE db_version CHANGE COLUMN required_10342_02_mangos_command required_10349_01_mangos_spell_proc_event bit;
delete from `spell_proc_event` where entry IN (71406, 71545);
insert into `spell_proc_event` values
(71406, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000,45.000000, 0),
(71545, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000,45.000000, 0);