diff options
author | shennetsind <ind@henn.et> | 2013-06-06 21:01:07 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:41:01 -0400 |
commit | ba8cf0fb01f6cc997ef1424712954ea0d898b009 (patch) | |
tree | 803acc96f62c847c8f4782da6627526809b06353 /src/map/map.c | |
parent | aff746ed104ab2e8dfab32e4142e00f54edefa4e (diff) | |
download | hercules-ba8cf0fb01f6cc997ef1424712954ea0d898b009.tar.gz hercules-ba8cf0fb01f6cc997ef1424712954ea0d898b009.tar.bz2 hercules-ba8cf0fb01f6cc997ef1424712954ea0d898b009.tar.xz hercules-ba8cf0fb01f6cc997ef1424712954ea0d898b009.zip |
HPM: Minor Update
Made 'guild' interface available to plugins, added 'bc' in battle interface to link to map-server's battle config (special thanks to Shikazu!)
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index 927ad7970..00f7a2976 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -5303,6 +5303,7 @@ void map_hp_symbols(void) { HPM->share(atcommand,"atcommand"); HPM->share(buyingstore,"buyingstore"); HPM->share(clif,"clif"); + HPM->share(guild,"guild"); HPM->share(ircbot,"ircbot"); HPM->share(logs,"logs"); HPM->share(script,"script"); |