diff options
author | Gepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-07 10:44:16 +0000 |
---|---|---|
committer | Gepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-07 10:44:16 +0000 |
commit | fb19f9af5f101c3f5953f1bf2e32f1b1ca895f1a (patch) | |
tree | 97d7e8b64c6f15814484936737caf9398b0b6f63 /Changelog-Renewal.txt | |
parent | 4bb10e3bb76bc657f2add443f0eb4f02a9f906ad (diff) | |
download | hercules-fb19f9af5f101c3f5953f1bf2e32f1b1ca895f1a.tar.gz hercules-fb19f9af5f101c3f5953f1bf2e32f1b1ca895f1a.tar.bz2 hercules-fb19f9af5f101c3f5953f1bf2e32f1b1ca895f1a.tar.xz hercules-fb19f9af5f101c3f5953f1bf2e32f1b1ca895f1a.zip |
Applied clif_equiplist fix by Ai4rei to prevent client crash when equipment is broken/repaired and PACKETVER >= 20100629. Follow-up to r14368. (bugreport:4459)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14449 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Renewal.txt')
-rw-r--r-- | Changelog-Renewal.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Renewal.txt b/Changelog-Renewal.txt index 649ea12d5..c5f2cc069 100644 --- a/Changelog-Renewal.txt +++ b/Changelog-Renewal.txt @@ -1,5 +1,7 @@ Date Added +2010/11/07 + * Applied clif_equiplist fix by Ai4rei to prevent client crash when equipment is broken/repaired and PACKETVER >= 20100629. Follow-up to r14368. (bugreport:4459) [Gepard] 2010/11/02 * Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. (bugreport:4523) [Paradox924X] * Ensured character data is saved even when last map is the only value that has changed during save time. (bugreport:2218) [Paradox924X] |