diff options
-rw-r--r-- | sql/updates/world/3.3.5/2020_01_06_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_06_02_world.sql b/sql/updates/world/3.3.5/2020_01_06_02_world.sql new file mode 100644 index 00000000000..1ad3d23f4cd --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_06_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_addon` SET `emote`=0, `bytes1`=8 WHERE `guid` IN (127995,127998,128029,127997,128030,127996); +UPDATE `creature_addon` SET `emote`=0 WHERE `guid` IN (126599,53282,53247,27685,27684,27683,27681,27675,6455,6854,49199,82886,82293,82286,82285,82277); |