diff options
Diffstat (limited to 'npc/008-2')
-rw-r--r-- | npc/008-2/master.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/008-2/master.txt b/npc/008-2/master.txt index ea8d1d769..88aca8f83 100644 --- a/npc/008-2/master.txt +++ b/npc/008-2/master.txt @@ -99,7 +99,7 @@ OnTouch: // TODO: Instance for party // TODO: Second Floor npctalk l("@@: Fight!", getpartyname(getcharid(1))); - monster "008-2", rand(37,54), rand(109,122), "Second Dungeon Boss", BanditLord, 1, "Second Dungeon Master::OnBossDeath"; + monster "008-2", rand(74,84), rand(241,250), "Second Dungeon Boss", BanditLord, 1, "Second Dungeon Master::OnBossDeath"; close; |