diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:20:39 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:24 -0600 |
commit | b1ecb2e4f8057a5d75f9069a4bcaca613fcb6eb5 (patch) | |
tree | 7a07842da25948aec33d03fd9f23a0affbc7dabb /world/map/npc/068-1/tombstones.txt | |
parent | ef73adbb5a21ef457e9b4da7b095d8f1ccea4d70 (diff) | |
download | serverdata-b1ecb2e4f8057a5d75f9069a4bcaca613fcb6eb5.tar.gz serverdata-b1ecb2e4f8057a5d75f9069a4bcaca613fcb6eb5.tar.bz2 serverdata-b1ecb2e4f8057a5d75f9069a4bcaca613fcb6eb5.tar.xz serverdata-b1ecb2e4f8057a5d75f9069a4bcaca613fcb6eb5.zip |
NPCs on 068-* fixed
Diffstat (limited to 'world/map/npc/068-1/tombstones.txt')
-rw-r--r-- | world/map/npc/068-1/tombstones.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/068-1/tombstones.txt b/world/map/npc/068-1/tombstones.txt index 2b0542a2..132be7ff 100644 --- a/world/map/npc/068-1/tombstones.txt +++ b/world/map/npc/068-1/tombstones.txt @@ -1,6 +1,6 @@ // Tombstones in Noble memorial -068-1.gat,91,48,0|script|Tombstone#1|400, +068-1.gat,91,48,0|script|Tombstone#1|400 { mes "~ wushin ~"; @@ -8,7 +8,7 @@ close; } -068-1.gat,92,48,0|script|Tombstone#2|400, +068-1.gat,92,48,0|script|Tombstone#2|400 { mes "~ Nard ~"; @@ -16,7 +16,7 @@ close; } -068-1.gat,93,48,0|script|Tombstone#3|400, +068-1.gat,93,48,0|script|Tombstone#3|400 { mes "~ tux9th ~"; @@ -24,7 +24,7 @@ close; } -068-1.gat,94,48,0|script|Tombstone#4|400, +068-1.gat,94,48,0|script|Tombstone#4|400 { mes "~ o11c ~"; @@ -32,7 +32,7 @@ close; } -068-1.gat,95,48,0|script|Tombstone#5|400, +068-1.gat,95,48,0|script|Tombstone#5|400 { mes "~ " + strcharinfo(0) + " ~"; |