diff options
Diffstat (limited to 'npc/019-2/guards.txt')
-rw-r--r-- | npc/019-2/guards.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index af1a162bc..7dcf8277b 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -39,6 +39,7 @@ setmapflagnosave("020-1", "000-1", 22, 22); setmapflag("019-3",mf_bexp,25); setmapflag("020-1",mf_bexp,150); + enablenpc "Lightbringer#NLib"; channelmes("#world", "Nivalis Liberation Day has started."); announce "Nivalis Liberation Day has started.", bc_all|bc_npc; } @@ -132,8 +133,7 @@ OnClock1830: if ($NLIB_DAY != 7) end; setmapflag("023-2",mf_bexp,200); - disablenpc "The Monster King#NLib"; - + donpcevent("The Monster King#NLib::OnBegin"); end; } |