Skip to content

Commit

Permalink
Fixed IllegalArgumentException (invalid maxDistance)
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-dev committed Jul 21, 2024
1 parent f8a034b commit 9181add
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void onEndUseSkill(SkillTemplate skillTemplate, int skillLevel) {
spawn(281267, 1163.5889f, 1231.9149f, 145.40042f, (byte) 118);
} else {
rndSpawnInRange(281268, 1, 2);
rndSpawnInRange(281268, 1, 1);
rndSpawnInRange(281268, 1, 2);
}
break;
case 19679: // You are unworthy.
Expand Down

0 comments on commit 9181add

Please sign in to comment.