mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-18 13:01:33 +12:00
fix UTs.
This commit is contained in:
parent
eb8ea14fa7
commit
e5fa0caccd
3 changed files with 12 additions and 4 deletions
|
@ -35,7 +35,7 @@ namespace HISP.Game
|
|||
user.LoggedinClient.SendPacket(riddleAnswerCorrectPacket);
|
||||
user.AddMoney(10000);
|
||||
|
||||
if(Database.TotalRiddlesCompletedByPlayer(user.Id) >= riddlerRiddles.Count)
|
||||
if(HasCompletedAllRiddles(user))
|
||||
user.Awards.AddAward(Award.GetAwardById(11)); // Riddlers Riddles
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue