From fc52a4371fffa1cad6f7effc448406386a313b4b Mon Sep 17 00:00:00 2001 From: Inkfish Date: Fri, 20 Aug 2010 16:15:01 +0000 Subject: Fixed a typo in clif_storagelist git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14386 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/clif.c b/src/map/clif.c index 088bda13a..c0f6ccfaa 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -2164,7 +2164,7 @@ void clif_storagelist(struct map_session_data* sd, struct storage_data* stor) unsigned char *bufe; #if PACKETVER < 5 const int s = 10; //Entry size. -#elfi PACKETVER < 20080102 +#elif PACKETVER < 20080102 const int s = 18; #else const int s = 22; -- cgit v1.2.3-60-g2f50