diff options
author | Skotlex <Skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-30 20:16:23 +0000 |
---|---|---|
committer | Skotlex <Skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-30 20:16:23 +0000 |
commit | 32bd768b5462ed9b276dee8cacb4b6fb785174f0 (patch) | |
tree | 839fc2058158e39c17761754e4f9e840d51f6d20 /Changelog-Trunk.txt | |
parent | cb3625654de982e48663bc3da7245dfaa1285ed3 (diff) | |
download | hercules-32bd768b5462ed9b276dee8cacb4b6fb785174f0.tar.gz hercules-32bd768b5462ed9b276dee8cacb4b6fb785174f0.tar.bz2 hercules-32bd768b5462ed9b276dee8cacb4b6fb785174f0.tar.xz hercules-32bd768b5462ed9b276dee8cacb4b6fb785174f0.zip |
- Updated mmo_char_tosql and memitemdata_to_sql to keep a count of errors while saving a character. If there are any errors, the in-memory copy (cp) will not be updated. Should fix dupes that can happen when a intermediary save fails because of sql access being down.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14949 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 13cd831fa..0c62e3882 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2011/08/30 + * Corrected SQL saving so that the server won't update the 'saved' data if there is an SQL error. It should fix possible dupes and other data synch issues when the SQL server is temporarily down during save. [Skotlex] 2011/08/23 * Rewrote the combo logic. Now it uses packet 0x7e1 to signal skill state changes rather than resending the whole skill list. [Skotlex] 2011/08/21 |