Skip to content

Commit

Permalink
Merge pull request #649 from FedericoMilesi/MON_ValidPosition
Browse files Browse the repository at this point in the history
[MONLIB]: Update MON_ValidPosition
  • Loading branch information
FedericoMilesi authored Feb 2, 2024
2 parents 70986da + a276d49 commit 91b01a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KAIN2/Game/MONSTER/MONLIB.C
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ int MON_ValidUnit(struct _Instance* instance, unsigned long unitId)//Matching -
return 0;
}

int MON_ValidPosition(struct _Instance* instance)
int MON_ValidPosition(struct _Instance* instance) // Matching - 100%
{
struct _MonsterVars* mv;

Expand Down

0 comments on commit 91b01a3

Please sign in to comment.