mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 03:22:40 -04:00
6 lines
311 B
SQL
6 lines
311 B
SQL
DELETE FROM `spell_proc_event` WHERE `entry` = 50453;
|
|
INSERT INTO `spell_proc_event` (`entry`, `procFlags`, `CustomChance`) VALUES ('50453', '0x00000004', '100');
|
|
|
|
DELETE FROM `creature_template_addon` WHERE `entry` = 28017;
|
|
INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES ('28017', '50453 0');
|