diff --git a/src/GrownUp.cpp b/src/GrownUp.cpp index a246555..a4de721 100644 --- a/src/GrownUp.cpp +++ b/src/GrownUp.cpp @@ -115,7 +115,7 @@ private: if (notify && sConfigMgr->GetOption("GrownUp.GrownAnnounce", true)) { ChatHandler(player->GetSession()) - .PSendSysMessage("You have grown adventure."); + .PSendSysMessage("You have grown, adventurer."); } } };