summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/025-2-3/boss.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-2-3/boss.txt b/npc/025-2-3/boss.txt
index 9c8949abc..ad0f200fd 100644
--- a/npc/025-2-3/boss.txt
+++ b/npc/025-2-3/boss.txt
@@ -13,7 +13,7 @@ OnTimer3600000:
OnInit:
setarray .xp, 268, 55, 371, 482, 212;
setarray .yp, 90, 45, 38, 114, 148;
- .@tg=rand2(getarraysize(.xp)-1);
+ .@tg=rand2(getarraysize(.xp));
monster "025-2-3", .xp[.@tg], .yp[.@tg], strmobinfo(1, PinkieEmperor), PinkieEmperor, 1, "#BossCtrl_025-2-3::OnBossDeath";
end;