summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-03-04 10:17:22 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-03-04 10:17:22 +0000
commit775bda16a3c02aca323df58bcc639e90e87fa789 (patch)
tree32fe2066618e598e02836992e68b464cb5efe0ff /Changelog-Trunk.txt
parentabd68f2f5452c236ee5d023048c38f09764c3cd4 (diff)
downloadhercules-775bda16a3c02aca323df58bcc639e90e87fa789.tar.gz
hercules-775bda16a3c02aca323df58bcc639e90e87fa789.tar.bz2
hercules-775bda16a3c02aca323df58bcc639e90e87fa789.tar.xz
hercules-775bda16a3c02aca323df58bcc639e90e87fa789.zip
* Fixed recursive map_quit invocation when a buying store is auto-closed (login when @autotrade/logout) (bugreport:4796, since r14724).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14730 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 307423d68..36680b74f 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2011/03/04
+ * Fixed recursive map_quit invocation when a buying store is auto-closed (login when @autotrade/logout) (bugreport:4796, since r14724). [Ai4rei]
2011/03/02
* Updates to the super novice's guardian angel prayer effect and related handling code. [Ai4rei]
- Removed the server-side chat tracking code (since r492) responsible for invoking the effect, since this functionality is handled by the client (invocation also processed by the server). This also fixes the missing 7 lines requirement on the server-side handling (bugreport:4786).