summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-03-08 14:11:35 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-03-08 14:11:35 +0000
commitab1cb1a8302dfbed055228eab43b890a5f919f81 (patch)
tree6ca14744ace5055744d4695e558c848f27f1fb2b /Changelog-Trunk.txt
parent29c67b8f54918d4cadc174805be14bcbd273051e (diff)
downloadhercules-ab1cb1a8302dfbed055228eab43b890a5f919f81.tar.gz
hercules-ab1cb1a8302dfbed055228eab43b890a5f919f81.tar.bz2
hercules-ab1cb1a8302dfbed055228eab43b890a5f919f81.tar.xz
hercules-ab1cb1a8302dfbed055228eab43b890a5f919f81.zip
* Fixed @str/@agi/@vit/@int/@dex/@luk commands setting a stat to 0 (rather than 1), when exact amount is subtracted (bugreport:4803, since r14493).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14738 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 549dd6ee7..481d83b04 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2011/03/08
+ * Fixed @str/@agi/@vit/@int/@dex/@luk commands setting a stat to 0 (rather than 1), when exact amount is subtracted (bugreport:4803, since r14493). [Ai4rei]
2011/03/07
* Cleaned up packet dumping code. [Ai4rei]
- Replaced utils function 'dump' with 'WriteDump' (files) and 'ShowDump' (console), and used those to replace inlined code in clif (related r10947).