diff options
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/guards.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index f625989a3..f21ac8f70 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -408,7 +408,8 @@ OnVictory: removemapflag("012-1", mf_nosave); disablenpc "Hurnsguard"; pvpoff("012-1"); - removemapmask "012-1", 10; + removemapmask "012-1", 2; + removemapmask "012-1", 8; removemapflag("012-1", mf_nocommand); removemapflag("012-1", mf_battleground); enablenpc "#012-1_22_62"; |