mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Creature/Misc: fix blue-and-white cube thrown by Dragonflayer Strategists
Closes #20502
(cherry picked from commit 022933a55b)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
--
|
||||
UPDATE `creature_equip_template` SET `ItemID3`=29010 WHERE `CreatureID`=23956;
|
||||
|
||||
DELETE FROM `spell_custom_attr` WHERE `entry` IN (42772, 59685);
|
||||
INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES
|
||||
(42772, 0x80000),
|
||||
(59685, 0x80000);
|
||||
Reference in New Issue
Block a user