mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 22:06:46 +00:00
[Hotfix] "GM flag" vs "GM Flag"
This commit is contained in:
@@ -1096,7 +1096,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;
|
||||
|
||||
Reference in New Issue
Block a user