Fix for LDON Character Stat load

This commit is contained in:
Akkadius
2014-10-12 22:57:49 -05:00
parent 6c5b569c29
commit ea734c90b5
5 changed files with 34 additions and 0 deletions
+1
View File
@@ -358,6 +358,7 @@ void Adventure::Finished(AdventureWinStatus ws)
afe.points = 0;
}
adventure_manager.AddFinishedEvent(afe);
database.UpdateAdventureStatsEntry(database.GetCharacterID((*iter).c_str()), GetTemplate()->theme, (ws != AWS_Lose) ? true : false);
}
++iter;