[Cleanup] Fix typo in GM tradeskill combine message (#4762)

This commit is contained in:
nytmyr 2025-03-07 22:33:43 -06:00 committed by GitHub
parent 9ee095b354
commit c33ac40567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1131,7 +1131,7 @@ bool Client::TradeskillExecute(DBTradeskillRecipe_Struct *spec) {
zone->random.Roll(aa_chance)
) {
if (GetGM()) {
Message(Chat::White, "Your GM flag gives you a 100% chance to succeed in combining this tradeskill.");
Message(Chat::White, "Your GM flag gives you a 100%% chance to succeed in combining this tradeskill.");
}
success_modifier = 1;