diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-02-24 20:06:01 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-02-24 20:06:01 +0800 |
commit | 137cc4396d651798a95641d529955845a25a56e1 (patch) | |
tree | b04eccd22e415d4a9823a2f7677517d29047ee97 /src/map/npc.h | |
parent | fa2751b503d41388cf82dbf882877db280b1bba7 (diff) | |
download | hercules-137cc4396d651798a95641d529955845a25a56e1.tar.gz hercules-137cc4396d651798a95641d529955845a25a56e1.tar.bz2 hercules-137cc4396d651798a95641d529955845a25a56e1.tar.xz hercules-137cc4396d651798a95641d529955845a25a56e1.zip |
Fixed Bug #7092
-Follow up adda8d74c3280ae1e3745591caafd9ce6e81ded7 where 'close2' is not working properly.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index ee88da08c..7b69cac34 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -118,7 +118,7 @@ int npc_touch_areanpc2(struct mob_data *md); // [Skotlex] int npc_check_areanpc(int flag, int16 m, int16 x, int16 y, int16 range); int npc_touchnext_areanpc(struct map_session_data* sd,bool leavemap); int npc_click(struct map_session_data* sd, struct npc_data* nd); -int npc_scriptcont(struct map_session_data* sd, int id); +int npc_scriptcont(struct map_session_data* sd, int id, bool closing); struct npc_data* npc_checknear(struct map_session_data* sd, struct block_list* bl); int npc_buysellsel(struct map_session_data* sd, int id, int type); int npc_buylist(struct map_session_data* sd,int n, unsigned short* item_list); |