Fixed a typo in clif_storagelist

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14386 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Inkfish 2010-08-20 16:15:01 +00:00
parent 271c2201f2
commit 3a10ff3524

View File

@ -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;