diff options
Diffstat (limited to 'src/map/npc.cpp')
-rw-r--r-- | src/map/npc.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/npc.cpp b/src/map/npc.cpp index 930b9de..7d3e62b 100644 --- a/src/map/npc.cpp +++ b/src/map/npc.cpp @@ -767,7 +767,8 @@ int npc_click(dumb_ptr<map_session_data> sd, BlockId id) } } - if (npc_checknear(sd, id)) { + if (npc_checknear(sd, id)) + { clif_scriptclose(sd, id); return 1; } |