summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-26 09:25:55 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-26 09:25:55 +0000
commit042913149087cff4dad4d36aa1a9c13703472f07 (patch)
treecd78ad741b36c91f1c0b48a63a8f7366464673fd /Changelog-Trunk.txt
parent525e08137aa36cc2bbd8284f8b48de01bbb70b4f (diff)
downloadhercules-042913149087cff4dad4d36aa1a9c13703472f07.tar.gz
hercules-042913149087cff4dad4d36aa1a9c13703472f07.tar.bz2
hercules-042913149087cff4dad4d36aa1a9c13703472f07.tar.xz
hercules-042913149087cff4dad4d36aa1a9c13703472f07.zip
Moved the new novending cell check from the internal code to the client-server interface (allows server to force-open shop if needed)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11580 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 e9d076621..c616dedc5 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2007/10/26
+ * Moved the new novending cell check from the internal code to the
+ client-server interface (allows server to force-open shop if needed)
* Removed confusing map_nick2sd_nocase(), let the charserver handle it
* Added correct packet for attachment retrieval failure when overweight
* Fixed one more mistake in r11571 (Sql->SqlStmt) [ultramage]