summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-04 17:41:02 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-04 17:41:02 +0000
commitb1d783c36feed8d4969b4acda97f95bf9e8840e0 (patch)
tree423e332076470d4eed96cbcab32797c1859a4ea4 /Changelog-Trunk.txt
parent42c2247176bc352db321768b893086cb89383c39 (diff)
downloadhercules-b1d783c36feed8d4969b4acda97f95bf9e8840e0.tar.gz
hercules-b1d783c36feed8d4969b4acda97f95bf9e8840e0.tar.bz2
hercules-b1d783c36feed8d4969b4acda97f95bf9e8840e0.tar.xz
hercules-b1d783c36feed8d4969b4acda97f95bf9e8840e0.zip
- Changed some pc_authfails to clif_authfail_fd since pc_authfail prints errors when invoked after a char is auth'ed.
- Added a static +100 Hp to ninjas and gunslingers since it's required for the best approximated hp growth algorythm. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9404 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 927218910..f1a34025c 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/12/04
+ * Added a static +100 Hp to ninjas and gunslingers since it's required for
+ the best approximated hp growth algorythm. [Skotlex]
* Knockback will again use the fixpos packet instead of the slide packet
(slide was introduced with high jump) since Aegis captures say that packet
is still used for knockbacks. [Skotlex]