Fix build
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user