summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-28 10:50:31 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-28 10:50:31 +0000
commita85ac18efdbf3d53b5b46a66d0f36f7490a52a5b (patch)
tree68c1c14f46f54309f37328e51f19b23c8fc03691 /Changelog-Trunk.txt
parent522b376587fbf5793183c41d2916dec1232f762d (diff)
downloadhercules-a85ac18efdbf3d53b5b46a66d0f36f7490a52a5b.tar.gz
hercules-a85ac18efdbf3d53b5b46a66d0f36f7490a52a5b.tar.bz2
hercules-a85ac18efdbf3d53b5b46a66d0f36f7490a52a5b.tar.xz
hercules-a85ac18efdbf3d53b5b46a66d0f36f7490a52a5b.zip
- Reverted the position of the max_hp/max_sp basic setting, modified the max_hp/max_sp bonuses to use casting in order to work correctly with negative bonuses.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11832 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 31a5c1697..c4c0245f5 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ 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.
2007/11/28
+ * Reverted the position of the max_hp/max_sp basic setting, modified the
+ max_hp/max_sp bonuses to use casting in order to work correctly with
+ negative bonuses. [Skotlex]
* Reconstructed a list of all PACKETVER types, by reverse-engineering
it from places in the code where the define is used [ultramage]
- recovered PACKETVER 6 which was added in r51, but overwritten by r141,