From 3a10ff35249c2e83ced9852c44692692f9e2dfa8 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Fri, 20 Aug 2010 16:15:01 +0000 Subject: [PATCH] Fixed a typo in clif_storagelist git-svn-id: https://svn.code.sf.net/p/rathena/svn/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 088bda13a0..c0f6ccfaaf 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;