diff options
author | Alige <aligetmw@hotmail.fr> | 2013-05-28 13:15:29 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-05-28 13:15:29 +0400 |
commit | 5142d851108310c1cabae68f33c966e2dde0ea05 (patch) | |
tree | de82a8a0a4c575dfaf0fb626dcf2faf7f37a0493 /npc | |
parent | ebac82fbeb5ecf1f4f16ecfa1482e079d9549fb1 (diff) | |
download | clientdata-5142d851108310c1cabae68f33c966e2dde0ea05.tar.gz clientdata-5142d851108310c1cabae68f33c966e2dde0ea05.tar.bz2 clientdata-5142d851108310c1cabae68f33c966e2dde0ea05.tar.xz clientdata-5142d851108310c1cabae68f33c966e2dde0ea05.zip |
Changed the savepoint NPC ID, because particle effect changed name.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/savepoint.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-1/savepoint.txt b/npc/000-2-1/savepoint.txt index a71ff140..d9e30641 100644 --- a/npc/000-2-1/savepoint.txt +++ b/npc/000-2-1/savepoint.txt @@ -4,22 +4,22 @@ // Description: // Saves locations in 000-2-1 map. -000-2-1.gat,40,37,0,2 script #name 900;2,{ +000-2-1.gat,40,37,0,2 script #name 901;2,{ callfunc "SavePoint", "000-2-1.gat", 40, 37; close; } -000-2-1.gat,46,37,0,2 script #name 900;2,{ +000-2-1.gat,46,37,0,2 script #name 901;2,{ callfunc "SavePoint", "000-2-1.gat", 46, 37; close; } -000-2-1.gat,50,38,0,2 script #name 900;2,{ +000-2-1.gat,50,38,0,2 script #name 901;2,{ callfunc "SavePoint", "000-2-1.gat", 50, 38; close; } -000-2-1.gat,55,40,0,2 script #name 900;2,{ +000-2-1.gat,55,40,0,2 script #name 901;2,{ callfunc "SavePoint", "000-2-1.gat", 55, 40; close; } |