diff options
author | Wushin <pasekei@gmail.com> | 2015-05-23 15:54:34 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-05-23 15:54:34 -0500 |
commit | 84505abb3adff130f57e9f568d42580b27b0090e (patch) | |
tree | 54c9623015f12967739c80fb6949e8863e6f989f | |
parent | 7355785a45897ae01932b8e75e0d99a38ae31bc3 (diff) | |
parent | aee71888630e3b2c1bf70a94ec31e542ed09c7bd (diff) | |
download | serverdata-84505abb3adff130f57e9f568d42580b27b0090e.tar.gz serverdata-84505abb3adff130f57e9f568d42580b27b0090e.tar.bz2 serverdata-84505abb3adff130f57e9f568d42580b27b0090e.tar.xz serverdata-84505abb3adff130f57e9f568d42580b27b0090e.zip |
Merge pull request #381 from mekolat/patch-3
Lies!
-rw-r--r-- | world/map/npc/048-2/helperJanitor.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/world/map/npc/048-2/helperJanitor.txt b/world/map/npc/048-2/helperJanitor.txt index deebc932..817ac165 100644 --- a/world/map/npc/048-2/helperJanitor.txt +++ b/world/map/npc/048-2/helperJanitor.txt @@ -19,8 +19,7 @@ L_Investigate: close; OnInit: - if(debug) end; - disablenpc "Debug#BlueSage"; + if (!debug) disablenpc strnpcinfo(0); end; } |