diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:08:02 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | d5fae9623ca312a724f1c7db1342574938fb48b1 (patch) | |
tree | 1498e81e60b0ccb6bb66f20fccdb4e07213135d6 /world/map/npc/002-3 | |
parent | 5ad572d82984ca863fc1ff2b2c259628daa4afea (diff) | |
download | serverdata-d5fae9623ca312a724f1c7db1342574938fb48b1.tar.gz serverdata-d5fae9623ca312a724f1c7db1342574938fb48b1.tar.bz2 serverdata-d5fae9623ca312a724f1c7db1342574938fb48b1.tar.xz serverdata-d5fae9623ca312a724f1c7db1342574938fb48b1.zip |
NPCS on 002-* fixed
Diffstat (limited to 'world/map/npc/002-3')
-rw-r--r-- | world/map/npc/002-3/mining_camp_barrier.txt | 2 | ||||
-rw-r--r-- | world/map/npc/002-3/nathan.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/002-3/mining_camp_barrier.txt b/world/map/npc/002-3/mining_camp_barrier.txt index 2ff0b35e..a1ae29ed 100644 --- a/world/map/npc/002-3/mining_camp_barrier.txt +++ b/world/map/npc/002-3/mining_camp_barrier.txt @@ -1,6 +1,6 @@ //Sandstorm mine barrier -002-3.gat,82,32,0|script|#Sandstorm_Mine_Barrier|45,0,0, +002-3.gat,82,32,0|script|#Sandstorm_Mine_Barrier|45,0,0 { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; diff --git a/world/map/npc/002-3/nathan.txt b/world/map/npc/002-3/nathan.txt index 3d847e31..45817d2a 100644 --- a/world/map/npc/002-3/nathan.txt +++ b/world/map/npc/002-3/nathan.txt @@ -1,6 +1,6 @@ // Variables used: nibble 4 and 5 of QUEST_SouthTulimshar -002-3.gat,42,45,6|script|Nathan|109, +002-3.gat,42,45,6|script|Nathan|109 { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; |