Creature/Misc: fix blue-and-white cube thrown by Dragonflayer Strategists

Closes #20502
This commit is contained in:
Wyreth
2017-10-02 14:18:18 +02:00
committed by Aokromes
parent c402d88f7e
commit 412ce82452

View File

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