diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-09 20:17:56 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-09 20:17:56 +0000 |
commit | c85c24d3aa737236c15c4690b3b43d860567eac7 (patch) | |
tree | 1fbd92d28c4b312c465152ab3a8ac7f66a9e0397 /Changelog-Renewal.txt | |
parent | e12aa29d5931c4de6c84d3879abed6a170c2e927 (diff) | |
download | hercules-c85c24d3aa737236c15c4690b3b43d860567eac7.tar.gz hercules-c85c24d3aa737236c15c4690b3b43d860567eac7.tar.bz2 hercules-c85c24d3aa737236c15c4690b3b43d860567eac7.tar.xz hercules-c85c24d3aa737236c15c4690b3b43d860567eac7.zip |
Follow-up to r14368. Load last_map from SQL on char load so the information is available during char select for PACKETVER > 20100721. Patch based on Ai4rei's. (bugreport:4429)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14453 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 37467bd7a..43e4fce54 100644 --- a/Changelog-Renewal.txt +++ b/Changelog-Renewal.txt @@ -1,5 +1,7 @@ Date Added +2010/11/09 + * Follow-up to r14368. Load last_map from SQL on char load so the information is available during char select for PACKETVER > 20100721. Patch based on Ai4rei's. (bugreport:4429) [Paradox924X] 2010/11/08 * Notify players involved in a trade that it has been canceled when one player changes maps/logs out or otherwise becomes unable to participate in the trade. [Paradox924X] * Send the actual level of the person you're trading with rather than limiting it by the max_lv/aura_lv settings. [Paradox924X] |