diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 6ef40a9d7..39b996cd8 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -27,7 +27,7 @@ L_Admus: kickwaitingroomall("Hurnsguard"); setmapflagnosave("012-1", "000-1", 22, 22); - setmapflag("012-1", mf_nocommand); + //setmapflag("012-1", mf_nocommand); setmapflag("012-1", mf_battleground); enablenpc "Hurnsguard"; donpcevent "Hurnsguard::OnSet"; |