diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 16:56:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 16:56:06 -0300 |
commit | 3624d09562343863a91f5ff244cd1c645dbaabaa (patch) | |
tree | 0fbdcea1a4c9749b9482d639ef9ae87115e6ad50 /npc/012-1 | |
parent | c8be0b78945ef07b6f0be4126e37ff41a48466bf (diff) | |
download | serverdata-3624d09562343863a91f5ff244cd1c645dbaabaa.tar.gz serverdata-3624d09562343863a91f5ff244cd1c645dbaabaa.tar.bz2 serverdata-3624d09562343863a91f5ff244cd1c645dbaabaa.tar.xz serverdata-3624d09562343863a91f5ff244cd1c645dbaabaa.zip |
Fix @ipcheck
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/guards.txt | 6 |
1 files changed, 4 insertions, 2 deletions
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; |