diff options
| author | Killyana <morphone1@gmail.com> | 2020-01-07 01:10:07 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-01-07 01:10:07 +0100 |
| commit | 57b72b4f80ce5c4f0f0788e04351f47fa7872b63 (patch) | |
| tree | 59a91819f27abfecd654e55c2d42a893a91cb350 | |
| parent | 3bc6fb9fe3c6f3c981513795ea5414d0b3956fc4 (diff) | |
DB/Creature: Remove a wrong emote 193
| -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); |
