From 89e7aff8e4256a030e666fadf173391081ee8b7c Mon Sep 17 00:00:00 2001 From: Wyreth Date: Wed, 8 Nov 2017 23:34:46 +0100 Subject: [PATCH] DB/CreatureText: Fix emotes used by Chicken critters Closes #20825 --- sql/updates/world/3.3.5/2017_11_08_27_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_11_08_27_world.sql diff --git a/sql/updates/world/3.3.5/2017_11_08_27_world.sql b/sql/updates/world/3.3.5/2017_11_08_27_world.sql new file mode 100644 index 00000000000..42fbd075436 --- /dev/null +++ b/sql/updates/world/3.3.5/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;