diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-02-19 03:17:00 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-02-19 03:17:00 +0000 |
commit | 267a456c643bca4185b56eb7cdd39bb2449bed90 (patch) | |
tree | 9bbd56e2b15df080a1c8c44bf043e8ebea12719b /Changelog-Trunk.txt | |
parent | 72f1f6481da3a5cfeeec8c3b359e5baee9a63f46 (diff) | |
download | hercules-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.txt | 3 |
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] |