From c7f3f6c2ceae862866a019d0a438d8f965b042c2 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 15 May 2013 21:56:21 -0300 Subject: Hercules Renewal Phase One: guild.c started http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind --- src/map/npc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/npc.c') diff --git a/src/map/npc.c b/src/map/npc.c index 3a3ae472d..77ee8d486 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -1889,7 +1889,7 @@ int npc_unload(struct npc_data* nd, bool single) { } } if( nd->u.scr.guild_id ) - guild_flag_remove(nd); + guild->flag_remove(nd); } script_stop_sleeptimers(nd->bl.id); @@ -3824,7 +3824,7 @@ int npc_reload(void) { struct block_list* bl; /* clear guild flag cache */ - guild_flags_clear(); + guild->flags_clear(); npc_clear_pathlist(); -- cgit v1.2.3-70-g09d2