fixed conf file name for build to auto pull, changed level change message to not include scale because it was broken

This commit is contained in:
WebLuke
2025-09-09 13:19:51 -06:00
parent 60ed532c06
commit 59c6d9b979
2 changed files with 1 additions and 1 deletions

View File

@@ -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.
}
}
};