diff options
-rw-r--r-- | sql/updates/world/3.3.5/2018_08_26_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_08_26_03_world.sql b/sql/updates/world/3.3.5/2018_08_26_03_world.sql new file mode 100644 index 00000000000..a110f9b57fb --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_26_03_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|617299839 WHERE `entry`=33995; +UPDATE `gameobject` SET `rotation2`=-0.571201 WHERE `guid`= 5255 AND `id`= 21148; +DELETE FROM `linked_respawn` WHERE `guid` IN (12605,12606) AND `linkedGuid`=12597; |