mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
[Cleanup] Fix typo in GM tradeskill combine message (#4762)
This commit is contained in:
parent
9ee095b354
commit
c33ac40567
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user