From 2d64cb173e51bcbb9fc70c86585054a36a3d6e76 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Mon, 2 Oct 2017 14:18:18 +0200 Subject: Creature/Misc: fix blue-and-white cube thrown by Dragonflayer Strategists Closes #20502 (cherry picked from commit 022933a55bb06e42a4efbaaadf39a7eb466f1eb8) --- .../world/master/2020_09_13_27_world_2017_10_02_03_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2020_09_13_27_world_2017_10_02_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2020_09_13_27_world_2017_10_02_03_world.sql b/sql/updates/world/master/2020_09_13_27_world_2017_10_02_03_world.sql new file mode 100644 index 00000000000..6b8bb7e5646 --- /dev/null +++ b/sql/updates/world/master/2020_09_13_27_world_2017_10_02_03_world.sql @@ -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); -- cgit v1.2.3