diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-05 17:21:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-05 17:21:23 +0300 |
commit | 6360b1e9b54c91c87a5b2e0e0815a1929b772ff9 (patch) | |
tree | c18abe941e6ad67e79d960a7f8a8207cf007524e | |
parent | 9bf8d8ad2bb77d0a80c16da5e4e381fe2c66f802 (diff) | |
download | serverdata-6360b1e9b54c91c87a5b2e0e0815a1929b772ff9.tar.gz serverdata-6360b1e9b54c91c87a5b2e0e0815a1929b772ff9.tar.bz2 serverdata-6360b1e9b54c91c87a5b2e0e0815a1929b772ff9.tar.xz serverdata-6360b1e9b54c91c87a5b2e0e0815a1929b772ff9.zip |
Add always visible attribute to npc1.
-rw-r--r-- | npc/test/npc1.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt index 1bf9da8b..24e1478a 100644 --- a/npc/test/npc1.txt +++ b/npc/test/npc1.txt @@ -263,6 +263,7 @@ OnTimer340: OnInit: .sex = G_MALE; .distance = 5; + .alwaysVisible = true; waitingroom "test room", 2, "npc1::OnReadyCheck", 1; end; |