summaryrefslogtreecommitdiff
path: root/src/map/map.c
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/map/map.c
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/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 510f36109..84b4f6bd2 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -5237,6 +5237,7 @@ void map_hp_symbols(void) {
HPM->share(guild,"guild");
HPM->share(homun,"homun");
HPM->share(ircbot,"ircbot");
+ HPM->share(itemdb,"itemdb");
HPM->share(logs,"logs");
HPM->share(script,"script");
HPM->share(searchstore,"searchstore");
@@ -5266,6 +5267,7 @@ void load_defaults(void) {
homunculus_defaults();
instance_defaults();
ircbot_defaults();
+ itemdb_defaults();
log_defaults();
npc_defaults();
script_defaults();