From 10a009737f34ef8c1dae06ad6e555cfeb18dc854 Mon Sep 17 00:00:00 2001 From: celest Date: Mon, 27 Dec 2004 11:30:53 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@814 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/itemdb.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/map/itemdb.c') diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 92afe32fb..cf6ab52d0 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -595,11 +595,8 @@ static int itemdb_read_itemslottable(void) struct item_data* item; sscanf(p,"%d#%d#",&nameid,&equip); item = itemdb_search(nameid); - if (item && itemdb_isequip2(item)) { - if (item->equip != equip) - printf ("%s - %d > %d\n", item->name, item->equip, equip); + if (item && itemdb_isequip2(item)) item->equip=equip; - } p=strchr(p,10); if(!p) break; p++; -- cgit v1.2.3-70-g09d2