diff options
author | n0n4m3 <none@none> | 2010-04-11 11:43:23 +0400 |
---|---|---|
committer | n0n4m3 <none@none> | 2010-04-11 11:43:23 +0400 |
commit | a3be43a297443062d83cfbe4307f96bcdc53e619 (patch) | |
tree | 0382bcf58f36acdde4ba85677f962e4942022fa0 /src/game/Player.cpp | |
parent | 5d0c5c244811625224d779b799e2e2a24f35b819 (diff) |
Final fix basepoints calculation, thx to Vladimir, Laise.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 30581537df6..31e5f84d3e7 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -14294,7 +14294,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) |