Skip to content

Commit

Permalink
Update map icons on quest completion
Browse files Browse the repository at this point in the history
  • Loading branch information
arieshi255 committed Jan 17, 2025
1 parent 6739d86 commit a2c8ee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/world/Actor/PlayerQuest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ void Player::updateQuestsCompleted( uint32_t questId )
uint8_t value = 0x80 >> bitIndex;

m_questCompleteFlags[ index ] |= value;

Common::Service< Manager::MapMgr >::ref().updateQuests( *this );
}

bool Player::isQuestCompleted( uint32_t questId )
Expand Down

0 comments on commit a2c8ee1

Please sign in to comment.