diff options
author | shennetsind <ind@henn.et> | 2013-05-15 21:56:21 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-15 21:56:21 -0300 |
commit | c7f3f6c2ceae862866a019d0a438d8f965b042c2 (patch) | |
tree | 1da2a986123b23a05c8722ccc68a949473d84fb9 /src/map/npc.c | |
parent | c811ddb181a15eae8a6d01a6956ae7c654f424b2 (diff) | |
download | hercules-c7f3f6c2ceae862866a019d0a438d8f965b042c2.tar.gz hercules-c7f3f6c2ceae862866a019d0a438d8f965b042c2.tar.bz2 hercules-c7f3f6c2ceae862866a019d0a438d8f965b042c2.tar.xz hercules-c7f3f6c2ceae862866a019d0a438d8f965b042c2.zip |
Hercules Renewal Phase One: guild.c started
http://hercules.ws/board/topic/237-hercules-renewal/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |