diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-20 18:02:42 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-20 18:02:42 +0100 |
commit | 554c243e71e60f8c1ddf09da5c20695eaf06e77e (patch) | |
tree | d16e31fe4978b249dc8c2db7b53f6cd21da7cfd3 /world/map/npc | |
parent | 47b9b0e826bf6b92c59241122eddc2c9856beabe (diff) | |
download | serverdata-554c243e71e60f8c1ddf09da5c20695eaf06e77e.tar.gz serverdata-554c243e71e60f8c1ddf09da5c20695eaf06e77e.tar.bz2 serverdata-554c243e71e60f8c1ddf09da5c20695eaf06e77e.tar.xz serverdata-554c243e71e60f8c1ddf09da5c20695eaf06e77e.zip |
Disable debug helper for the beanie copter quest in non-debug configuration.
Diffstat (limited to 'world/map/npc')
-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"; } |