diff options
-rw-r--r-- | sql/updates/world/3.3.5/2020_03_18_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_18_00_world_335.sql b/sql/updates/world/3.3.5/2020_03_18_00_world_335.sql new file mode 100644 index 00000000000..1f4d3abb288 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_18_00_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template_locale` SET `Title`="" WHERE `entry`=37072; +DELETE FROM `creature_template_addon` WHERE `entry`=37072; +INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `emote`) VALUES (37072,4097,233); |