diff options
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/009-1/milly.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/npc/009-1/milly.txt b/world/map/npc/009-1/milly.txt index 68f80cfb..a6b505cc 100644 --- a/world/map/npc/009-1/milly.txt +++ b/world/map/npc/009-1/milly.txt @@ -460,4 +460,8 @@ L_NBossPoints: L_Close: close; + +OnInit: + if (!debug) + disablenpc "MillyDebugHelper"; } |