mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-03-06 18:48:33 -06:00
removed extra tab
removed extra tab
This commit is contained in:
@@ -480,7 +480,7 @@ void Mission::YieldRewards() {
|
||||
|
||||
inventoryComponent->AddItem(pair.first, count);
|
||||
}
|
||||
|
||||
|
||||
if (info->reward_currency > 0) {
|
||||
int32_t lootSource = info->isMission ? LOOT_SOURCE_MISSION : LOOT_SOURCE_ACHIEVEMENT;
|
||||
character->SetCoins(character->GetCoins() + info->reward_currency, lootSource);
|
||||
|
||||
Reference in New Issue
Block a user