diff options
Diffstat (limited to 'npc/042-1')
-rw-r--r-- | npc/042-1/door.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/042-1/door.txt b/npc/042-1/door.txt index c3fe14602..c6d21551b 100644 --- a/npc/042-1/door.txt +++ b/npc/042-1/door.txt @@ -76,9 +76,7 @@ OnKillMob: // Configure the wave .@avg=$KAMELOT_MX[.@g]; - // 2 is meaningless, as we're not using their acc ids, but sounded faster - getguildmember(.@g, 2); - .@gcount=$@guildmembercount; + .@gcount=$KAMELOT_PC[.@g]; .@m$=getmap(); sleep2(800); // Give ~1 second before respawn |