diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-10-02 14:18:18 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-09-13 23:20:48 +0200 |
commit | 2d64cb173e51bcbb9fc70c86585054a36a3d6e76 (patch) | |
tree | 0e0c95555aa0f196415773a31ad35bc83383afa2 | |
parent | ca21d7fb0e814d3035c06fcfef6442ff0378d201 (diff) |
Creature/Misc: fix blue-and-white cube thrown by Dragonflayer Strategists
Closes #20502
(cherry picked from commit 022933a55bb06e42a4efbaaadf39a7eb466f1eb8)
-rw-r--r-- | sql/updates/world/master/2020_09_13_27_world_2017_10_02_03_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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); |