fix(Core/Spells): Implemented PROC_EX_ONLY_FIRST_TICK (#7933)

This commit is contained in:
UltraNix 2021-09-21 14:02:06 +02:00 committed by GitHub
parent 3570c0b16c
commit c3259dabcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 45 additions and 16 deletions

View file

@ -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;