diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-20 16:15:01 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-20 16:15:01 +0000 |
commit | fc52a4371fffa1cad6f7effc448406386a313b4b (patch) | |
tree | e452c26ca9161eb29048a95311142d87284224d2 | |
parent | 82f0534a2177fa7ff583ff0334cb0db0298da9c1 (diff) | |
download | hercules-fc52a4371fffa1cad6f7effc448406386a313b4b.tar.gz hercules-fc52a4371fffa1cad6f7effc448406386a313b4b.tar.bz2 hercules-fc52a4371fffa1cad6f7effc448406386a313b4b.tar.xz hercules-fc52a4371fffa1cad6f7effc448406386a313b4b.zip |
Fixed a typo in clif_storagelist
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14386 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |