aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-11-08 23:34:46 +0100
committerKillyana <morphone1@gmail.com>2017-11-08 23:34:46 +0100
commit0f0c91c3277034c3f978f8d242137ac7fc5c98d3 (patch)
treea2084e6c60a40eb5cbc1b95bc613c8046d6330f8
parentc62c8b781081e8c6f320f3e7c60fd5b4b570d84f (diff)
DB/CreatureText: Fix emotes used by Chicken critters
Closes #20825
-rw-r--r--sql/updates/world/3.3.5/2017_11_08_27_world.sql3
1 files changed, 3 insertions, 0 deletions
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;