diff options
author | shennetsind <ind@henn.et> | 2013-06-09 02:31:40 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:48:22 -0400 |
commit | 06c732716fabe8519ffd35727ddbf467cda20954 (patch) | |
tree | ab8c901897ab9b64612966fba131a330e6576aac | |
parent | 7cd32c8383ce1318932739c7d49fe8c935d0fb8e (diff) | |
download | hercules-06c732716fabe8519ffd35727ddbf467cda20954.tar.gz hercules-06c732716fabe8519ffd35727ddbf467cda20954.tar.bz2 hercules-06c732716fabe8519ffd35727ddbf467cda20954.tar.xz hercules-06c732716fabe8519ffd35727ddbf467cda20954.zip |
Linking missing interfaces to the HPM
battle, bg, homun
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | src/map/map.c | 3 |
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"); |