fix grammar of chat messages

This commit is contained in:
WebLuke
2025-09-25 19:01:17 -06:00
parent adea8f3363
commit e1a5ef357b

View File

@@ -115,7 +115,7 @@ private:
if (notify && sConfigMgr->GetOption<bool>("GrownUp.GrownAnnounce", true)) if (notify && sConfigMgr->GetOption<bool>("GrownUp.GrownAnnounce", true))
{ {
ChatHandler(player->GetSession()) ChatHandler(player->GetSession())
.PSendSysMessage("You have grown adventure."); .PSendSysMessage("You have grown, adventurer.");
} }
} }
}; };