diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-07 02:03:22 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-07 02:03:22 +0000 |
commit | 7bfe279684f65846e4c2255b5ee55551d2ab0656 (patch) | |
tree | 1c9c7487956ae41faf5ea8f3a010f4f45dc587f3 /Changelog-Trunk.txt | |
parent | 25fa4732d5f58eb41bb3b4d6284cc2485656ecaa (diff) | |
download | hercules-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.txt | 3 |
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)
|