diff options
author | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-23 19:49:17 +0000 |
---|---|---|
committer | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-23 19:49:17 +0000 |
commit | 61eba2c6dca99935b2d0702188f1a2dde1f242db (patch) | |
tree | 01227533a6d23301abd4f00eceac94c04738fdf7 /Changelog-Trunk.txt | |
parent | f80a5e94f547d398549b1ad4ba030eea73dcd949 (diff) | |
download | hercules-61eba2c6dca99935b2d0702188f1a2dde1f242db.tar.gz hercules-61eba2c6dca99935b2d0702188f1a2dde1f242db.tar.bz2 hercules-61eba2c6dca99935b2d0702188f1a2dde1f242db.tar.xz hercules-61eba2c6dca99935b2d0702188f1a2dde1f242db.zip |
* Made chrif_save always call pc_makesavestatus. (no reason to prevent the call, and was interfering with multi map-server; fixes bugreport:1400)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14863 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 718ff00a9..06533ff68 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2011/06/23 + * Made chrif_save always call pc_makesavestatus. (no reason to prevent the call, and was interfering with multi map-server; fixes bugreport:1400) [FlavioJS] 2011/06/22 * Plagiarized skills are now removed on jobchange (bugreport:4973) [ultramage] 2011/06/19 |