diff --git a/src/world/Actor/PlayerQuest.cpp b/src/world/Actor/PlayerQuest.cpp index e5834671..444569b0 100644 --- a/src/world/Actor/PlayerQuest.cpp +++ b/src/world/Actor/PlayerQuest.cpp @@ -27,7 +27,7 @@ void Sapphire::Entity::Player::finishQuest( uint16_t questId ) updateQuestsCompleted( questId ); - sendQuestTracker(); + //sendQuestTracker(); already sent in removeQuest() } void Sapphire::Entity::Player::unfinishQuest( uint16_t questId )