mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
removed extra tab
removed extra tab
This commit is contained in:
parent
f74cc9cb10
commit
a9da275673
@ -480,7 +480,7 @@ void Mission::YieldRewards() {
|
|||||||
|
|
||||||
inventoryComponent->AddItem(pair.first, count);
|
inventoryComponent->AddItem(pair.first, count);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (info->reward_currency > 0) {
|
if (info->reward_currency > 0) {
|
||||||
int32_t lootSource = info->isMission ? LOOT_SOURCE_MISSION : LOOT_SOURCE_ACHIEVEMENT;
|
int32_t lootSource = info->isMission ? LOOT_SOURCE_MISSION : LOOT_SOURCE_ACHIEVEMENT;
|
||||||
character->SetCoins(character->GetCoins() + info->reward_currency, lootSource);
|
character->SetCoins(character->GetCoins() + info->reward_currency, lootSource);
|
||||||
|
Loading…
Reference in New Issue
Block a user