diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-10-02 14:18:18 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-10-02 14:18:18 +0200 |
| commit | 022933a55bb06e42a4efbaaadf39a7eb466f1eb8 (patch) | |
| tree | bc51553587e383124acfa0b00b07c664f8a60c4d | |
| parent | eb94d9e6306c410c2b073c82f0a13cc96cb6e9aa (diff) | |
Creature/Misc: fix blue-and-white cube thrown by Dragonflayer Strategists
Closes #20502
| -rw-r--r-- | sql/updates/world/3.3.5/2017_10_02_03_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_02_03_world.sql b/sql/updates/world/3.3.5/2017_10_02_03_world.sql new file mode 100644 index 00000000000..6b8bb7e5646 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |
