summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2013-09-25 00:50:57 +0200
committerHaru <haru@dotalux.com>2013-09-25 00:50:57 +0200
commita67007e744f44a74746e0b658160ddc8179d2c0a (patch)
treed6536346cdc16eb7c6ab1759be23ca9983fb0012 /src/map/map.c
parent44c9ba35b0bc2d9f4dc82db20be824e6e0d320e7 (diff)
downloadhercules-a67007e744f44a74746e0b658160ddc8179d2c0a.tar.gz
hercules-a67007e744f44a74746e0b658160ddc8179d2c0a.tar.bz2
hercules-a67007e744f44a74746e0b658160ddc8179d2c0a.tar.xz
hercules-a67007e744f44a74746e0b658160ddc8179d2c0a.zip
Renamed iDuel interface to duel
- Note to plugin developers: change your GET_SYMBOL("iDuel") to GET_SYMBOL("duel"). Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/map.c b/src/map/map.c
index eff45f472..6c9cd5828 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -4941,7 +4941,7 @@ void do_final(void)
iStatus->do_final_status();
unit->final();
bg->final();
- iDuel->do_final_duel();
+ duel->final();
elemental->do_final_elemental();
do_final_maps();
vending->final();
@@ -5153,7 +5153,7 @@ void map_hp_symbols(void) {
HPM->share(trade,"trade");
HPM->share(iStatus,"iStatus");
HPM->share(chat, "chat");
- HPM->share(iDuel,"iDuel");
+ HPM->share(duel,"duel");
HPM->share(elemental,"elemental");
HPM->share(intif,"intif");
HPM->share(mercenary,"mercenary");
@@ -5207,7 +5207,7 @@ void map_load_defaults(void) {
trade_defaults();
status_defaults();
chat_defaults();
- iDuel_defaults();
+ duel_defaults();
elemental_defaults();
intif_defaults();
mercenary_defaults();
@@ -5422,7 +5422,7 @@ int do_init(int argc, char *argv[])
npc->init();
unit->init();
bg->init();
- iDuel->do_init_duel();
+ duel->init();
vending->init();
npc->event_do_oninit(); // Init npcs (OnInit)