summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-26 12:16:06 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-26 12:16:06 +0000
commitf55e4448feb2c49aa37a812296f741e5998fbc5c (patch)
treeaa08de1723374e5065c5b090f36becfef37ee2f3 /Changelog-Trunk.txt
parent97215867bc7799ffe1166313aa58b57ae2b1a776 (diff)
downloadhercules-f55e4448feb2c49aa37a812296f741e5998fbc5c.tar.gz
hercules-f55e4448feb2c49aa37a812296f741e5998fbc5c.tar.bz2
hercules-f55e4448feb2c49aa37a812296f741e5998fbc5c.tar.xz
hercules-f55e4448feb2c49aa37a812296f741e5998fbc5c.zip
* Reduced MAX_GUILD_STORAGE from 1000 to 600 (like MAX_STORAGE), since storage with 1000 items causes too large packets that are dropped then, which in turn gives the impression that the items are lost (follow up to r14503).
- Note: When updating an existing server, keep in mind that excess items in guild storage get lost, when MAX_GUILD_STORAGE is reduced. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14725 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index a3e4ffc97..28a9dfe54 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,8 @@
Date Added
+2011/02/26
+ * Reduced MAX_GUILD_STORAGE from 1000 to 600 (like MAX_STORAGE), since storage with 1000 items causes too large packets that are dropped then, which in turn gives the impression that the items are lost (follow up to r14503). [Ai4rei]
+ - Note: When updating an existing server, keep in mind that excess items in guild storage get lost, when MAX_GUILD_STORAGE is reduced.
2011/02/23
* Updates to various custom stuff that buying stores might/are expected to support (follow up to r14713). [Ai4rei]
- Buying store no longer works on novending maps/cells (bugreport:4778).