diff options
-rw-r--r-- | npc/010-1-1/boss.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/010-1-1/boss.txt b/npc/010-1-1/boss.txt index 899766ed3..eb7aea31f 100644 --- a/npc/010-1-1/boss.txt +++ b/npc/010-1-1/boss.txt @@ -11,9 +11,8 @@ OnTimer3600000: stopnpctimer; OnInit: - // WARNING: (51,19) INVALID COORDINATES - setarray .xp, 49, 51, 44, 101, 124, 164, 132, 154, 116; - setarray .yp, 59, 19, 100, 45, 26, 35, 61, 108, 94; + setarray .xp, 49, 53, 44, 101, 124, 164, 132, 154, 116; + setarray .yp, 59, 24, 100, 45, 26, 35, 61, 108, 94; .@tg=rand(getarraysize(.xp)-1); monster "010-1-1", .xp[.@tg], .yp[.@tg], strmobinfo(1, GiantCaveMaggot), GiantCaveMaggot, 1, "#BossCtrl_010-1-1::OnBossDeath"; end; |