Fixed #endif instead of #else

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9542 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
KarLaeda 2006-12-20 20:20:12 +00:00
parent a578128619
commit 6676ebcadb

View File

@ -1714,7 +1714,7 @@ int mmo_char_send006b(int fd, struct char_session_data *sd) {
#if PACKETVER > 7
memset(WFIFOP(fd, 0), 0, offset + found_num * 108);
WFIFOW(fd, 2) = offset + found_num * 108;
#endif
#else
memset(WFIFOP(fd, 0), 0, offset + found_num * 106);
WFIFOW(fd, 2) = offset + found_num * 106;
#endif