Skip to content

Commit 9181add

Browse files
committed
Fixed IllegalArgumentException (invalid maxDistance)
1 parent f8a034b commit 9181add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game-server/data/handlers/ai/instance/darkPoeta/CalindiFlamelordAI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void onEndUseSkill(SkillTemplate skillTemplate, int skillLevel) {
4949
spawn(281267, 1163.5889f, 1231.9149f, 145.40042f, (byte) 118);
5050
} else {
5151
rndSpawnInRange(281268, 1, 2);
52-
rndSpawnInRange(281268, 1, 1);
52+
rndSpawnInRange(281268, 1, 2);
5353
}
5454
break;
5555
case 19679: // You are unworthy.

0 commit comments

Comments
 (0)