file encoding to utf-8

This commit is contained in:
d1str4ught
2025-08-19 00:30:50 +02:00
parent be56f3f31a
commit ea712bec83
241 changed files with 1753 additions and 1753 deletions

View File

@@ -515,7 +515,7 @@ PyObject * guildGetDragonPowerPoint(PyObject * poSelf, PyObject * poArgs)
PyObject * guildGetGuildSkillLevel(PyObject * poSelf, PyObject * poArgs)
{
assert(FALSE && !"guildGetGuildSkillLevel - 사용하지 않는 함수입니다.");
assert(FALSE && !"guildGetGuildSkillLevel - 사용하지 않는 함수입니다.");
int iSkillIndex;
if (!PyTuple_GetInteger(poArgs, 0, &iSkillIndex))