summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-14 08:50:45 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:55:54 -0400
commit242198c67dd1371179f3b1c2c9cdc9e1d5404718 (patch)
tree065ae2bd5c21f0c56bf85b700301315cdf2bfc20 /src/common
parent4958592042af689410c03294b3212e216079ac36 (diff)
downloadhercules-242198c67dd1371179f3b1c2c9cdc9e1d5404718.tar.gz
hercules-242198c67dd1371179f3b1c2c9cdc9e1d5404718.tar.bz2
hercules-242198c67dd1371179f3b1c2c9cdc9e1d5404718.tar.xz
hercules-242198c67dd1371179f3b1c2c9cdc9e1d5404718.zip
Updating .sql item db files
Also Introducing the official DB2SQL plugin to quickly update the .sql db files. http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/ers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ers.c b/src/common/ers.c
index 27d9222ff..22269a51f 100644
--- a/src/common/ers.c
+++ b/src/common/ers.c
@@ -293,7 +293,7 @@ static void ers_obj_destroy(ERS self)
void ers_cache_size(ERS self, unsigned int new_size) {
struct ers_instance_t *instance = (struct ers_instance_t *)self;
- if (instance == NULL) {
+ if (instance == NULL) {//change as per piotrhalaczkiewicz comment
ShowError("ers_cache_size: NULL object, skipping...\n");
return;
}