diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-02-24 06:25:33 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-02-24 06:25:33 +0800 |
commit | adda8d74c3280ae1e3745591caafd9ce6e81ded7 (patch) | |
tree | 92bed0c62e31f392098c529184f78848dc9d6d05 /src/map/npc.h | |
parent | 6c6fbf026f039eeeaab4d1e6dd14155067b8075e (diff) | |
download | hercules-adda8d74c3280ae1e3745591caafd9ce6e81ded7.tar.gz hercules-adda8d74c3280ae1e3745591caafd9ce6e81ded7.tar.bz2 hercules-adda8d74c3280ae1e3745591caafd9ce6e81ded7.tar.xz hercules-adda8d74c3280ae1e3745591caafd9ce6e81ded7.zip |
Fixed Bug #7091
-Updated SN_SIGHT to its RE behavior.
-Updated RE behavior that deals with NPC dialogs and using items/skills.
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); |