mirror of
https://github.com/webluke/mod-grownup.git
synced 2026-01-13 01:08:39 +00:00
fix grammar of chat messages
This commit is contained in:
@@ -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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user