forked from metin-server/m2dev-client-src
Full Unicode patch with RTL Support & BiDi logic.
This commit is well documented, so no need to tell you my life story. Full Unicode patch with RTL Support & BiDi logic. Removed the legacy codePage, normalised to UTF8 (65001). It also comes with: CTRL + A : select text (highlighted) CTRL + C : copy CTRL + V : paste CTRL + X : cut CTRL + Y : redo CTRL + Z : undo
This commit is contained in:
@@ -475,7 +475,7 @@ PyObject * guildGetGuildExperience(PyObject * poSelf, PyObject * poArgs)
|
||||
if (rGuildInfo.dwGuildLevel >= GULID_MAX_LEVEL)
|
||||
return Py_BuildValue("ii", 0, 0);
|
||||
|
||||
unsigned lastExp = LocaleService_GetLastExp(rGuildInfo.dwGuildLevel);
|
||||
unsigned lastExp = GetGuildLastExp(rGuildInfo.dwGuildLevel);
|
||||
|
||||
return Py_BuildValue("ii", rGuildInfo.dwCurrentExperience, lastExp - rGuildInfo.dwCurrentExperience);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user