diff options
author | shennetsind <ind@henn.et> | 2013-02-24 01:09:26 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-24 01:09:26 -0300 |
commit | d4582e286fa64f469112ff76ecae672ce7c57aa5 (patch) | |
tree | 77f0920fab02857f4cdfe02ffdc402d4638419ec /src/map/npc.h | |
parent | adda8d74c3280ae1e3745591caafd9ce6e81ded7 (diff) | |
download | hercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.tar.gz hercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.tar.bz2 hercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.tar.xz hercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.zip |
Revert "Fixed Bug #7091"
This reverts commit adda8d74c3280ae1e3745591caafd9ce6e81ded7.
Signed-off-by: shennetsind <ind@henn.et>
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 7b69cac34..ee88da08c 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, bool closing); +int npc_scriptcont(struct map_session_data* sd, int id); 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); |