diff options
Diffstat (limited to 'npc/042-2/boss.txt')
-rw-r--r-- | npc/042-2/boss.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt index 49219e9c5..e32a70491 100644 --- a/npc/042-2/boss.txt +++ b/npc/042-2/boss.txt @@ -42,9 +42,7 @@ OnTimer1000: .@m$=instance_mapname("042-2"); .@n$=instance_npcname(.name$); mapannounce .@m$, "??? : Where's Micksha? WHRE IS ARTHUR MICKSHA", 0; - // 2 is meaningless, as we're not using their acc ids, but sounded faster - getguildmember(.@g, 2); - .@gcount=$@guildmembercount; + .@gcount=$KAMELOT_PC[.@g]; kdoor0422Spawn(.@gcount*2, 20, 24, 59, 59); end; |