fix(Core/Spells): Implemented PROC_EX_ONLY_FIRST_TICK (#7933)
This commit is contained in:
parent
3570c0b16c
commit
c3259dabcf
7 changed files with 45 additions and 16 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631823461170788600');
|
||||
|
||||
UPDATE `spell_proc_event` SET `procEx`=0x0200003 WHERE `entry`=-11213;
|
||||
UPDATE `spell_proc_event` SET `procEx`=0x0200002 WHERE `entry`=16164;
|
||||
UPDATE `spell_proc_event` SET `procEx`=0x0210000 WHERE `entry`=16864;
|
||||
Loading…
Add table
Add a link
Reference in a new issue