diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 90f3fa001..b3c88c0a3 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -2919,7 +2919,7 @@ int pc_show_steal(struct block_list *bl,va_list ap) //** pc.c: Small Steal Item fix by fritz
int pc_steal_item(struct map_session_data *sd,struct block_list *bl)
{
- int i,j,skill,itemid,flag;
+ int i,skill,itemid,flag;
struct mob_data *md;
struct item tmp_item;
|