1
0
forked from metin2/client

convert literals to escaped bytes

This commit is contained in:
2024-12-17 22:41:21 +01:00
parent 609862f222
commit 4525e3103d
46 changed files with 120 additions and 120 deletions

View File

@ -126,12 +126,12 @@ void CMonsterAreaInfo::RemoveAllMonsters()
SetMonsterGroupID(0);
m_strGroupName.assign("<EFBFBD≯<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
m_strLeaderName.assign("<EFBFBD≯<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
m_strGroupName.assign("\xC0\xCC\xB8\xA7\xBE\xF8\xC0\xBD");
m_strLeaderName.assign("\xC0\xCC\xB8\xA7\xBE\xF8\xC0\xBD");
SetMonsterGroupFollowerCount(0);
SetMonsterVID(0);
m_strMonsterName.assign("<EFBFBD≯<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
m_strMonsterName.assign("\xC0\xCC\xB8\xA7\xBE\xF8\xC0\xBD");
SetMonsterCount(0);
SetMonsterDirection(DIR_NORTH);