diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index e78ea9dcd..8f553ab01 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -628,7 +628,7 @@ struct map_session_data { unsigned int client_tick; int npc_id,areanpc_id,npc_shopid; int npc_item_flag; //Marks the npc_id with which you can use items during interactions with said npc (see script command enable_itemuse) - int npc_menu, max_menu; + int npc_menu; int npc_amount; struct script_state *st; char npc_str[256]; |