* Removed unreferenced local variable in pc.c

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6371 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lance 2006-04-29 13:42:12 +00:00
parent 2fc07bb1c8
commit 46c0cbffff
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/04/29 2006/04/29
* Removed unreferenced local variable in pc.c [Lance]
* Reverted npc_checknear to exclude check for class_ -1. * Reverted npc_checknear to exclude check for class_ -1.
* Removed npc_checknear in npc_buysellsel, npc_selllist and npc_buylist * Removed npc_checknear in npc_buysellsel, npc_selllist and npc_buylist
as enough preventive measures of hacking are already implemented. as enough preventive measures of hacking are already implemented.

View File

@ -2919,7 +2919,7 @@ int pc_show_steal(struct block_list *bl,va_list ap)
//** pc.c: Small Steal Item fix by fritz //** pc.c: Small Steal Item fix by fritz
int pc_steal_item(struct map_session_data *sd,struct block_list *bl) 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 mob_data *md;
struct item tmp_item; struct item tmp_item;