From 3624d09562343863a91f5ff244cd1c645dbaabaa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Jul 2018 16:56:06 -0300 Subject: Fix @ipcheck --- npc/012-1/guards.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 957395f39..6de6a60df 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -334,7 +334,8 @@ OnVictory: makeitem(StrangeCoin, 1, "012-1", .@x, .@y); Karma=Karma+1; $MOST_HEROIC$=strcharinfo(0); - bg_destroy(); + bg_destroy(1); + bg_destroy(2); end; OnReward: @@ -371,7 +372,8 @@ OnPlayer2Death: removemapflag("012-1", mf_nocommand); removemapflag("012-1", mf_battleground); killmonster("012-1", "All"); - bg_destroy(); + bg_destroy(1); + bg_destroy(2); } end; -- cgit v1.2.3-60-g2f50