summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-13 15:56:22 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-13 15:56:22 +0000
commit73ad36cce173502c226edc839ef06c3fe9f90853 (patch)
treec92e383c11e7d5efcca16226b01afa640216ae69 /Changelog-Trunk.txt
parent74ae20b906cbdf6b0c17afa6d9911e5c3e58f161 (diff)
downloadhercules-73ad36cce173502c226edc839ef06c3fe9f90853.tar.gz
hercules-73ad36cce173502c226edc839ef06c3fe9f90853.tar.bz2
hercules-73ad36cce173502c226edc839ef06c3fe9f90853.tar.xz
hercules-73ad36cce173502c226edc839ef06c3fe9f90853.zip
- Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack
- Some more standard C code cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6038 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 c30fa8656..e766e657b 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,9 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/04/13
+ * Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack
+ [Skotlex]
+ * Some more standard C code cleanups. [Skotlex]
* atcommand_param and charcommand_stats to make them standard C (so it may
compile with the Borland C). Also cleaned atcommand_param against
overflows. [Skotlex]