summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-09 02:31:40 -0300
committershennetsind <ind@henn.et>2013-06-09 02:31:40 -0300
commitd4b02bab9bd2e916a7bbb467856ab9dfba983fab (patch)
tree70368bdd954ef423045daad3867ecdfdb326b8b9 /src/map/map.c
parent3d6f56c679d1c66f02baf1c5978c4ced6f2d4535 (diff)
downloadhercules-d4b02bab9bd2e916a7bbb467856ab9dfba983fab.tar.gz
hercules-d4b02bab9bd2e916a7bbb467856ab9dfba983fab.tar.bz2
hercules-d4b02bab9bd2e916a7bbb467856ab9dfba983fab.tar.xz
hercules-d4b02bab9bd2e916a7bbb467856ab9dfba983fab.zip
Linking missing interfaces to the HPM
battle, bg, homun Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 70aa777e3..0dab56d21 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -5256,9 +5256,12 @@ void map_cp_defaults(void) {
void map_hp_symbols(void) {
/* full interfaces */
HPM->share(atcommand,"atcommand");
+ HPM->share(battle,"battle");
+ HPM->share(bg,"battlegrounds");
HPM->share(buyingstore,"buyingstore");
HPM->share(clif,"clif");
HPM->share(guild,"guild");
+ HPM->share(homun,"homun");
HPM->share(ircbot,"ircbot");
HPM->share(logs,"logs");
HPM->share(script,"script");