diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 23:34:46 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-01-29 19:23:53 +0100 |
commit | 2ffa85db171c59facce02ab7c0c005b723503c7f (patch) | |
tree | 139b61c037a8b9c62fb451a9180921e4621eaad0 | |
parent | 9f513429e0204c90fc990ab41f6c5fba9c84b36d (diff) |
DB/CreatureText: Fix emotes used by Chicken critters
Closes #20825
(cherry picked from commit 0f0c91c3277034c3f978f8d242137ac7fc5c98d3)
-rw-r--r-- | sql/updates/world/master/2021_01_26_01_world_2017_11_08_27_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_26_01_world_2017_11_08_27_world.sql b/sql/updates/world/master/2021_01_26_01_world_2017_11_08_27_world.sql new file mode 100644 index 00000000000..42fbd075436 --- /dev/null +++ b/sql/updates/world/master/2021_01_26_01_world_2017_11_08_27_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_text` SET `Text`="%s starts pecking at the feed." WHERE `CreatureID`=620 AND `GroupID`=2; +UPDATE `creature_text` SET `Text`="%s looks at you expectantly.", `BroadcastTextID`=5140 WHERE `CreatureID`=620 AND `GroupID`=1; |