mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-05 18:24:12 +00:00
Implemented Model Pickup and Reputation achievements (#413)
* Implemented Model Pickup and Reputation achievements * Moved mission progression to placement * Changed name to place
This commit is contained in:
@@ -516,7 +516,8 @@ void Mission::YieldRewards() {
|
||||
}
|
||||
|
||||
if (info->reward_reputation > 0) {
|
||||
// TODO: In case of reputation, write code
|
||||
// TODO: Track reputation in the character and database.
|
||||
missionComponent->Progress(MissionTaskType::MISSION_TASK_TYPE_EARN_REPUTATION, 0, 0L, "", info->reward_reputation);
|
||||
}
|
||||
|
||||
if (info->reward_maxhealth > 0) {
|
||||
|
Reference in New Issue
Block a user