From c1070e4ea1e4eadaff4aa06c531c7eb8e818f489 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Jul 2018 16:42:07 -0300 Subject: Clean data properly after siege. Sorry. It was my fault. --- npc/012-1/guards.txt | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3-60-g2f50