Fix build

This commit is contained in:
Hondacrx
2025-12-08 15:55:43 -05:00
parent d4677ae863
commit b962dc7a48
+1 -1
View File
@@ -1194,7 +1194,7 @@ namespace Game.Entities
byte skillSlot = 0; byte skillSlot = 0;
// Find a free skill slot // Find a free skill slot
for (int i = 0; i < SkillConst.MaxPlayerSkills; ++i) for (uint i = 0; i < SkillConst.MaxPlayerSkills; ++i)
{ {
if (GetSkillLineIdByPos(i) == 0) if (GetSkillLineIdByPos(i) == 0)
{ {