mirror of
https://github.com/araxiaonline/AscEmu.git
synced 2026-06-13 03:02:22 -04:00
Fixed wrong msg type for quest 'A Humble Task'
Thanks to @cressidagp
This commit is contained in:
@@ -34,7 +34,7 @@ void Hanazua(Player* pPlayer, Object* pObject)
|
||||
|
||||
void AHumbleTask(Player* /*pPlayer*/, Object* pObject)
|
||||
{
|
||||
(static_cast<Creature*>(pObject))->sendChatMessage(CHAT_MSG_MONSTER_SAY, LANG_UNIVERSAL, "Greatmother Hawkwind gestures to the pitcher of water sitting on the edge of the well.");
|
||||
(static_cast<Creature*>(pObject))->sendChatMessage(CHAT_MSG_MONSTER_EMOTE, LANG_UNIVERSAL, "Greatmother Hawkwind gestures to the pitcher of water sitting on the edge of the well.");
|
||||
}
|
||||
|
||||
void Yorus_Barleybrew(Player* pPlayer, Object* pObject)
|
||||
|
||||
Reference in New Issue
Block a user