diff options
Diffstat (limited to 'npc/042-1')
-rw-r--r-- | npc/042-1/door.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-1/door.txt b/npc/042-1/door.txt index 68a8cef35..7cc9438a5 100644 --- a/npc/042-1/door.txt +++ b/npc/042-1/door.txt @@ -146,7 +146,7 @@ OnTimer10000: .@m$=instance_mapname("042-1"); mapannounce .@m$, "I'll get rid of you myself!!", 0; .@mobId=any(CursedSoldier, CursedArcher); - .@mob=monster(.@m$, 40, 30, any("Lancelot", "Galahard", "Gawain"), .@mobId, 1, .@label$); + .@mob=monster(.@m$, 40, 30, any("Lancelot", "Galahard", "Gareth", "Percival"), .@mobId, 1, .@label$); .@avg=getd("$@GTEMP_"+.@m$); setd("$@GTEMP_"+.@m$, 0); // Reconfigure the monster |