diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:10:08 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | 2b70b048fe117b78fae79e4c942ff5a20b8fb97a (patch) | |
tree | a22ab2857f7b37252c175bfab059d485acc0a319 /world/map/npc/013-3 | |
parent | fc31b21732038e1dfeec9de851c23c71ef5b2863 (diff) | |
download | serverdata-2b70b048fe117b78fae79e4c942ff5a20b8fb97a.tar.gz serverdata-2b70b048fe117b78fae79e4c942ff5a20b8fb97a.tar.bz2 serverdata-2b70b048fe117b78fae79e4c942ff5a20b8fb97a.tar.xz serverdata-2b70b048fe117b78fae79e4c942ff5a20b8fb97a.zip |
NPCs on 013-* fixed
Diffstat (limited to 'world/map/npc/013-3')
-rw-r--r-- | world/map/npc/013-3/barrier.txt | 2 | ||||
-rw-r--r-- | world/map/npc/013-3/mask_chest.txt | 2 | ||||
-rw-r--r-- | world/map/npc/013-3/misc.txt | 2 | ||||
-rw-r--r-- | world/map/npc/013-3/sword_chest.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/013-3/barrier.txt b/world/map/npc/013-3/barrier.txt index 40c2600c..bf6621e1 100644 --- a/world/map/npc/013-3/barrier.txt +++ b/world/map/npc/013-3/barrier.txt @@ -1,6 +1,6 @@ // -013-3.gat,71,21,0|script|#DemonMineBarrier1#_M|45,1,1, +013-3.gat,71,21,0|script|#DemonMineBarrier1#_M|45,1,1 { callfunc "ClearVariables"; diff --git a/world/map/npc/013-3/mask_chest.txt b/world/map/npc/013-3/mask_chest.txt index 87b90878..44d7956b 100644 --- a/world/map/npc/013-3/mask_chest.txt +++ b/world/map/npc/013-3/mask_chest.txt @@ -1,6 +1,6 @@ // -013-3.gat,28,27,0|script|Chest#DemonMask|111, +013-3.gat,28,27,0|script|Chest#DemonMask|111 { callfunc "ClearVariables"; diff --git a/world/map/npc/013-3/misc.txt b/world/map/npc/013-3/misc.txt index 60324fff..5a23b850 100644 --- a/world/map/npc/013-3/misc.txt +++ b/world/map/npc/013-3/misc.txt @@ -1,6 +1,6 @@ // -013-3.gat,127,68,0|script|Chest#boring|111, +013-3.gat,127,68,0|script|Chest#boring|111 { mes "You can't see any way to open this chest."; close; diff --git a/world/map/npc/013-3/sword_chest.txt b/world/map/npc/013-3/sword_chest.txt index 14aaffec..bbcd4fb9 100644 --- a/world/map/npc/013-3/sword_chest.txt +++ b/world/map/npc/013-3/sword_chest.txt @@ -1,6 +1,6 @@ // -013-3.gat,177,22,0|script|Chest#sword|111, +013-3.gat,177,22,0|script|Chest#sword|111 { callfunc "ClearVariables"; if (FLAGS & FLAG_HURNSMINE_CHEST) goto L_Finished; |