diff options
Diffstat (limited to 'npc/042-11/boss.txt')
-rw-r--r-- | npc/042-11/boss.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/042-11/boss.txt b/npc/042-11/boss.txt index a5afe9efc..e5afa07d8 100644 --- a/npc/042-11/boss.txt +++ b/npc/042-11/boss.txt @@ -199,6 +199,9 @@ OnKillBoss: .@gf=$KAMELOT_PC[.@g]; areamonster(.@m$, 20, 20, 57, 40, strmobinfo(1, .@gtype), .@gtype, .@gf); + // Possibly, we forgot stuff in Throne Room... + killmonsterall("042-0@"+.@g); + // Guild Master Notification .@gm$=getguildmaster(.@g); if (!getcharid(3, .@gm$)) end; |