summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-02-19 03:17:00 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-02-19 03:17:00 +0000
commit267a456c643bca4185b56eb7cdd39bb2449bed90 (patch)
tree9bbd56e2b15df080a1c8c44bf043e8ebea12719b /Changelog-Trunk.txt
parent72f1f6481da3a5cfeeec8c3b359e5baee9a63f46 (diff)
downloadhercules-267a456c643bca4185b56eb7cdd39bb2449bed90.tar.gz
hercules-267a456c643bca4185b56eb7cdd39bb2449bed90.tar.bz2
hercules-267a456c643bca4185b56eb7cdd39bb2449bed90.tar.xz
hercules-267a456c643bca4185b56eb7cdd39bb2449bed90.zip
* Fixed NPC_INVINCIBLE can be dispelled. (bugreport:4046)
* Fixed a compliation warning. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14247 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index f19d0418b..8d857dff0 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,9 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2010/02/19
+ * Fixed NPC_INVINCIBLE can be dispelled. (bugreport:4046) [Inkfish]
+ * Fixed a compliation warning. [Inkfish]
2010/02/09
* Expanded range for cached and stored-in-db guild member exp (devotion) from uint32 to uint64. (bugreport:3983) [Paradox924X]
* Capped value when sending to client to INT_MAX to prevent confusion. [Paradox924X]