summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-07 02:03:22 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-07 02:03:22 +0000
commit7bfe279684f65846e4c2255b5ee55551d2ab0656 (patch)
tree1c9c7487956ae41faf5ea8f3a010f4f45dc587f3 /Changelog-Trunk.txt
parent25fa4732d5f58eb41bb3b4d6284cc2485656ecaa (diff)
downloadhercules-7bfe279684f65846e4c2255b5ee55551d2ab0656.tar.gz
hercules-7bfe279684f65846e4c2255b5ee55551d2ab0656.tar.bz2
hercules-7bfe279684f65846e4c2255b5ee55551d2ab0656.tar.xz
hercules-7bfe279684f65846e4c2255b5ee55551d2ab0656.zip
* [Fixed]:
- temp++ gets issued before if(mvp_damage<(unsigned int)md->dmglog[i].dmg) in mob_damage. Thanks to seahorsix. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7023 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 c6ea229e9..aa6bee75e 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/06/07
* [Fixed]:
+ - temp++ gets issued before if(mvp_damage<(unsigned int)md->dmglog[i].dmg) in
+ mob_damage. Thanks to seahorsix. [Lance]
+ * [Fixed]:
- Corrected login-server SQL to use *((ulong *)p) instead of (ulong)p [Lance]
* [Optimized]:
- list and size not being initialized (size get intialized in default: switch case)