Skip to content

Commit

Permalink
change role numbers to 47 and 48 as used by aki 3.8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
paulov-t committed May 10, 2024
1 parent 6343f59 commit 3bf9032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ protected override MethodBase GetTargetMethod()
[PatchPrefix]
private static bool PatchPrefix(WildSpawnType role, ref bool __result)
{
if ((int)role == 49 || (int)role == 50)
if ((int)role == 47 || (int)role == 48)
{
__result = true;
return false;
Expand Down

0 comments on commit 3bf9032

Please sign in to comment.