summaryrefslogtreecommitdiff
path: root/npc/042-11/boss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-11/boss.txt')
-rw-r--r--npc/042-11/boss.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/042-11/boss.txt b/npc/042-11/boss.txt
index 84317dc86..42d5bbd3c 100644
--- a/npc/042-11/boss.txt
+++ b/npc/042-11/boss.txt
@@ -68,6 +68,10 @@ OnBegin:
if (.@exist)
end;
+ // Check if quest isn't over already '-'
+ if ($KAMELOT_QUEST[.@g] & 64)
+ end;
+
// Bring Terogan into existence
.@mob=monster(.@m$, 40, 30, strmobinfo(1, GeneralTerogan), GeneralTerogan, 1, .@n$+"::OnKillBoss");
setd("$@GTEMP_"+.@m$, .@mob);