diff options
author | Wushin <pasekei@gmail.com> | 2015-05-06 12:57:26 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-05-06 12:57:26 -0500 |
commit | 0035fec2e7976b936cf62b8b26f69cf1004fc1a5 (patch) | |
tree | 4505c519b30d08acd5550097f57ca4e8548bedd2 /world/map/npc/029-1 | |
parent | 969b8628b353e7e5bbdeaac5b4afe46a8a313e4f (diff) | |
parent | 80af8075940cab5dfb6455af2c731fb01527c097 (diff) | |
download | serverdata-0035fec2e7976b936cf62b8b26f69cf1004fc1a5.tar.gz serverdata-0035fec2e7976b936cf62b8b26f69cf1004fc1a5.tar.bz2 serverdata-0035fec2e7976b936cf62b8b26f69cf1004fc1a5.tar.xz serverdata-0035fec2e7976b936cf62b8b26f69cf1004fc1a5.zip |
Merge pull request #362 from mekolat/32767
npc -1 => 32767
Diffstat (limited to 'world/map/npc/029-1')
-rw-r--r-- | world/map/npc/029-1/_mobs.txt | 2 | ||||
-rw-r--r-- | world/map/npc/029-1/hideandseek.txt | 2 | ||||
-rw-r--r-- | world/map/npc/029-1/tutorial.txt | 2 | ||||
-rw-r--r-- | world/map/npc/029-1/valon.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/029-1/_mobs.txt b/world/map/npc/029-1/_mobs.txt index 55bc216b..bad7d55a 100644 --- a/world/map/npc/029-1/_mobs.txt +++ b/world/map/npc/029-1/_mobs.txt @@ -9,7 +9,7 @@ 029-1,76,42,52,25|monster|ManaBug|1131,3,30ms,0ms,Mob029-1::On1131 -029-1,0,0,0|script|Mob029-1|-1 +029-1,0,0,0|script|Mob029-1|32767 { end; diff --git a/world/map/npc/029-1/hideandseek.txt b/world/map/npc/029-1/hideandseek.txt index a8cc5fa1..e0ed487f 100644 --- a/world/map/npc/029-1/hideandseek.txt +++ b/world/map/npc/029-1/hideandseek.txt @@ -7,7 +7,7 @@ // Bit 7: unused // Author: Jenalya --|script|#hideandseekNTconfig|-1 +-|script|#hideandseekNTconfig|32767 { end; diff --git a/world/map/npc/029-1/tutorial.txt b/world/map/npc/029-1/tutorial.txt index 76124ef6..e6f31c4a 100644 --- a/world/map/npc/029-1/tutorial.txt +++ b/world/map/npc/029-1/tutorial.txt @@ -1,7 +1,7 @@ // This file is part of the Tutorial // Author: Jenalya // if you enter the tutorial area from outside, it is set to be already done --|script|#TutorialConfig|-1 +-|script|#TutorialConfig|32767 { end; diff --git a/world/map/npc/029-1/valon.txt b/world/map/npc/029-1/valon.txt index f4034ec9..e7a276c8 100644 --- a/world/map/npc/029-1/valon.txt +++ b/world/map/npc/029-1/valon.txt @@ -1,6 +1,6 @@ // This file is part of the Tutorial // Author: Jenalya, Wushin --|script|#ValonConfig|-1 +-|script|#ValonConfig|32767 { end; |