diff options
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index a732f7bc4..d7d5f433e 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -6980,6 +6980,7 @@ int buildin_cardscnt(struct script_state *st) struct map_session_data *sd; int i, k, id = 1; int ret = 0; + int index, type; sd = script_rid2sd(st); @@ -6988,7 +6989,6 @@ int buildin_cardscnt(struct script_state *st) if (id <= 0) continue; - int index, type; index = current_equip_item_index; //we get CURRENT WEAPON inventory index from status.c [Lupus] if(index < 0) continue; |