diff --git a/conf/mod_grownup.dist b/conf/mod_grownup.conf.dist similarity index 100% rename from conf/mod_grownup.dist rename to conf/mod_grownup.conf.dist diff --git a/src/GrownUp.cpp b/src/GrownUp.cpp index cad46cf..dacaafe 100644 --- a/src/GrownUp.cpp +++ b/src/GrownUp.cpp @@ -67,7 +67,7 @@ public: player->SetObjectScale(newScale); ChatHandler(player->GetSession()) - .PSendSysMessage("Your adventure has grown to %.0f%%!", newScale * 100.0f); + .PSendSysMessage("Your adventure has grown!"); // Message when leveling up may try and add the % back later. } } };