From 3bd682b3cb3507c8a57fa6930475808981fd0663 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 19 May 2007 13:26:02 +0000 Subject: * Added Global chat and Main chat logging - lowered the priority of the 'logging off during gw' filter git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10580 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 6f956e9e8..ca5f9bc2d 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -5572,7 +5572,7 @@ BUILDIN_FUNC(countitem2) sd->status.inventory[i].amount > 0 && sd->status.inventory[i].nameid == nameid && sd->status.inventory[i].identify == iden && sd->status.inventory[i].refine == ref && sd->status.inventory[i].attribute == attr && sd->status.inventory[i].card[0] == c1 && - sd->status.inventory[i].card[1] == c2 && sd->status.inventory[i].card[2] ==c3 && + sd->status.inventory[i].card[1] == c2 && sd->status.inventory[i].card[2] == c3 && sd->status.inventory[i].card[3] == c4 ) count += sd->status.inventory[i].amount; -- cgit v1.2.3-70-g09d2