- Merged a few minor bugfixes

- Merged in a bunch of the eA renewal support patch.



git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14368 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Skotlex
2010-08-03 14:36:00 +00:00
parent d5dbf77b28
commit 9c244595de
10 changed files with 306 additions and 101 deletions

View File

@@ -1595,6 +1595,10 @@ int mmo_char_tobuf(uint8* buffer, struct mmo_charstatus* p)
#if PACKETVER >= 20061023
WBUFW(buf,106) = ( p->rename > 0 ) ? 0 : 1;
offset+=2;
#endif
#if PACKETVER >= 20100721
mapindex_getmapname_ext(mapindex_id2name(p->last_point.map), (char*)WBUFP(buf,108));
offset += 16;
#endif
return 106+offset;
}