mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-01-13 00:28:34 +00:00
Merge pull request #29 from freekode/patch-1
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
|
||||
if (!result)
|
||||
{
|
||||
ChatHandler(player->GetSession()).PSendSysMessage("[Reward System] Better luck next time! Your roll was %u.", roll);
|
||||
ChatHandler(player->GetSession()).PSendSysMessage("[Reward System] Better luck next time! Your roll was {}.", roll);
|
||||
RewardTimer = initialTimer;
|
||||
return;
|
||||
}
|
||||
@@ -64,7 +64,7 @@ public:
|
||||
SendRewardToPlayer(player, pItem, quantity);
|
||||
} while (result->NextRow());
|
||||
|
||||
ChatHandler(player->GetSession()).PSendSysMessage("[Reward System] Congratulations you have won with a roll of %u.", roll);
|
||||
ChatHandler(player->GetSession()).PSendSysMessage("[Reward System] Congratulations you have won with a roll of {}.", roll);
|
||||
|
||||
RewardTimer = initialTimer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user