summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-03 18:06:22 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-03 18:06:22 +0000
commit5e67abec3523629759843c60744f9c35771688ba (patch)
treec90af0c87c233e3ffbe1d870f27c637fb84fbe02 /Changelog-Trunk.txt
parent580d24c38445c8b7b9b7a347f23e9a2fb4d123ec (diff)
downloadhercules-5e67abec3523629759843c60744f9c35771688ba.tar.gz
hercules-5e67abec3523629759843c60744f9c35771688ba.tar.bz2
hercules-5e67abec3523629759843c60744f9c35771688ba.tar.xz
hercules-5e67abec3523629759843c60744f9c35771688ba.zip
- Corrected clif.c sending the raw mdef2 value to the client instead of first substracting the "secret vit/2" bonus from it.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8109 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 06835a1c8..96ab2d072 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,8 @@ 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.
2006/08/03
+ * Corrected clif.c sending the raw mdef2 value to the client instead of
+ first substracting the "secret vit/2" bonus from it. [Skotlex]
* Added a damage cap to CR_ACIDDEMONSTRATION of INT_MAX/2 to prevent
overflows. It is not capped to INT_MAX because damage increasing skills
would cause it to still overflow afterwards. [Skotlex]