- 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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user