summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorGepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-04-20 03:06:40 +0000
committerGepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-04-20 03:06:40 +0000
commitcb35df2c8b78db0abc5cb45bcad151ed8cffc0eb (patch)
tree0ce60e84cdce007c4531a9f1e7cb302e1677a080 /Changelog-Trunk.txt
parentf7847c3fd035db1dbd0bcabfb05c9d9d469767ad (diff)
downloadhercules-cb35df2c8b78db0abc5cb45bcad151ed8cffc0eb.tar.gz
hercules-cb35df2c8b78db0abc5cb45bcad151ed8cffc0eb.tar.bz2
hercules-cb35df2c8b78db0abc5cb45bcad151ed8cffc0eb.tar.xz
hercules-cb35df2c8b78db0abc5cb45bcad151ed8cffc0eb.zip
* Fixed quest_check checking exactly 3 quest objectives instead of MAX_QUEST_OBJECTIVES (since r13959).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14800 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 1bbd73c5d..366025bef 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2011/04/20
+ * Fixed quest_check checking exactly 3 quest objectives instead of MAX_QUEST_OBJECTIVES (since r13959). [Gepard]
2011/04/17
* Updated packet for the view players' equip feature for 2010-11-24aRagexeRE+ and made it support robes (follow up to r14797). [Ai4rei]
- Fixed spawn/walking packets using wrong variable for shifting buffer reference (since r14797).