diff options
author | Reid <reidyaro@gmail.com> | 2015-02-02 02:35:44 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-02-02 02:35:44 +0100 |
commit | f74c273ad98fc8622908a2f2b85ae52c20198ee5 (patch) | |
tree | 1d152afe657216e725d57274610739b039cbd5a5 | |
parent | 0badeafc2a7cf48bdd056d6654294c95e79f92f2 (diff) | |
download | serverdata-f74c273ad98fc8622908a2f2b85ae52c20198ee5.tar.gz serverdata-f74c273ad98fc8622908a2f2b85ae52c20198ee5.tar.bz2 serverdata-f74c273ad98fc8622908a2f2b85ae52c20198ee5.tar.xz serverdata-f74c273ad98fc8622908a2f2b85ae52c20198ee5.zip |
Remove some duplicated npc names.
-rw-r--r-- | npc/000-2-1/hammock.txt | 2 | ||||
-rw-r--r-- | npc/001-2-22/knife.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/hammock.txt b/npc/000-2-1/hammock.txt index 848d5638..5e102482 100644 --- a/npc/000-2-1/hammock.txt +++ b/npc/000-2-1/hammock.txt @@ -140,7 +140,7 @@ OnTimer5440: end; } -000-2-1,37,40,0 script #hammock8 905,1,0,{ +000-2-1,37,40,0 script #hammock9 905,1,0,{ OnTouchFirst: setnpcdir 0; diff --git a/npc/001-2-22/knife.txt b/npc/001-2-22/knife.txt index a757560f..bbc8f157 100644 --- a/npc/001-2-22/knife.txt +++ b/npc/001-2-22/knife.txt @@ -10,7 +10,7 @@ // 0 Default, not taken. // 1 Knife taken. -000-2-1,50,24,0 script #knife 100,{ +000-2-1,50,24,0 script #Artisknife 100,{ .@q = getq(ShipQuests_Knife); if (.@q) close; |