summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/012-1/guards.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index df7956a37..957395f39 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -334,6 +334,7 @@ OnVictory:
makeitem(StrangeCoin, 1, "012-1", .@x, .@y);
Karma=Karma+1;
$MOST_HEROIC$=strcharinfo(0);
+ bg_destroy();
end;
OnReward:
@@ -370,6 +371,7 @@ OnPlayer2Death:
removemapflag("012-1", mf_nocommand);
removemapflag("012-1", mf_battleground);
killmonster("012-1", "All");
+ bg_destroy();
}
end;