DB/CreatureText: Fix emotes used by Chicken critters

Closes #20825
This commit is contained in:
Wyreth
2017-11-08 23:34:46 +01:00
committed by Aokromes
parent a5c264b8ee
commit 89e7aff8e4

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;