mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(Core/Spells): Implemented PROC_EX_ONLY_FIRST_TICK (#7933)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user