Prechádzať zdrojové kódy

Fixed a typo in clif_storagelist

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14386 54d463be-8e91-2dee-dedb-b68131a5f0ec
Inkfish 14 rokov pred
rodič
commit
3a10ff3524
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/map/clif.c

+ 1 - 1
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;