1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-20 03:37:48 +00:00

Update map icons on quest completion

This commit is contained in:
Rushi 2025-01-17 23:15:27 +01:00
parent 6739d8634c
commit a2c8ee1845

View file

@ -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 )