summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-22 15:10:15 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-22 15:10:15 +0000
commit265ee7b10968a5368f80ccb47f5b8b8ce5492d89 (patch)
tree189647298d75fa384214e8fbda8aeddff24ea57d /src/map/map.h
parent7ec5611976e5b04a947cca187bbd33431d2df52c (diff)
downloadhercules-265ee7b10968a5368f80ccb47f5b8b8ce5492d89.tar.gz
hercules-265ee7b10968a5368f80ccb47f5b8b8ce5492d89.tar.bz2
hercules-265ee7b10968a5368f80ccb47f5b8b8ce5492d89.tar.xz
hercules-265ee7b10968a5368f80ccb47f5b8b8ce5492d89.zip
- Removed sd->max_menu, sd->npc_menu is now reused to store what is the max number of valid entries and prevent clients from picking invalid options.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9690 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
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];