diff --git a/src/world/Actor/PlayerQuest.cpp b/src/world/Actor/PlayerQuest.cpp index b0be4541..c0409141 100644 --- a/src/world/Actor/PlayerQuest.cpp +++ b/src/world/Actor/PlayerQuest.cpp @@ -90,7 +90,7 @@ void Sapphire::Entity::Player::updateQuest( const World::Quest& quest ) m_quests[ index ] = quest; questMgr.onUpdateQuest( *this, index ); } - else + else if( quest.getSeq() != 0 ) addQuest( quest ); }