1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-28 20:27:46 +00:00

Merge remote-tracking branch 'remotes/origin/develop' into develop_c

This commit is contained in:
collett 2020-01-05 08:08:18 +09:00
commit 721d3b40dd

View file

@ -27,7 +27,7 @@ void Sapphire::Entity::Player::finishQuest( uint16_t questId )
updateQuestsCompleted( questId ); updateQuestsCompleted( questId );
sendQuestTracker(); //sendQuestTracker(); already sent in removeQuest()
} }
void Sapphire::Entity::Player::unfinishQuest( uint16_t questId ) void Sapphire::Entity::Player::unfinishQuest( uint16_t questId )