DB/CreatureText: Fix emotes used by Chicken critters

Closes #20825

(cherry picked from commit 0f0c91c327)
This commit is contained in:
Wyreth
2017-11-08 23:34:46 +01:00
committed by funjoker
parent 9f513429e0
commit 2ffa85db17

View File

@@ -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;