diff --git a/src/game/Player.cpp b/src/game/Player.cpp index e8a5b0ca4..3f7c7733e 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -13583,7 +13583,7 @@ bool Player::SatisfyQuestLog( bool msg ) GetSession()->SendPacket( &data ); sLog.outDebug( "WORLD: Sent SMSG_QUESTLOG_FULL" ); } - return true; + return false; } bool Player::SatisfyQuestPreviousQuest( Quest const* qInfo, bool msg ) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 53024e4c3..9a2f2d8cf 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9704" + #define REVISION_NR "9705" #endif // __REVISION_NR_H__