mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-19 17:56:51 +00:00
Merge pull request #973 from arieshi255/fix-mapmgr
[3.x] Update map icons on quest completion
This commit is contained in:
commit
bf3368224a
1 changed files with 2 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue