mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Core/Spells): Remove King Mrgl-Mrgl costume on spell casting (#23713)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`= 45278;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `procFlags`) VALUES
|
||||
(45278, 0x00004400|0x00010000);
|
||||
Reference in New Issue
Block a user