Skip to content

Commit

Permalink
Merge pull request #973 from arieshi255/fix-mapmgr
Browse files Browse the repository at this point in the history
[3.x] Update map icons on quest completion
  • Loading branch information
SapphireMordred authored Jan 17, 2025
2 parents 6739d86 + a2c8ee1 commit bf33682
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 bf33682

Please sign in to comment.