diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:12:54 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | d25a8158c803de0472aed97095633758f4d44ceb (patch) | |
tree | 08909e37fc77cb2d5b164878239ca9ebdc00ff11 /world/map/npc/018-2 | |
parent | 45a692c1cc5c8b6b537be35c367356f7b2e067fe (diff) | |
download | serverdata-d25a8158c803de0472aed97095633758f4d44ceb.tar.gz serverdata-d25a8158c803de0472aed97095633758f4d44ceb.tar.bz2 serverdata-d25a8158c803de0472aed97095633758f4d44ceb.tar.xz serverdata-d25a8158c803de0472aed97095633758f4d44ceb.zip |
NPCs on 018-* fixed
Diffstat (limited to 'world/map/npc/018-2')
-rw-r--r-- | world/map/npc/018-2/angus.txt | 2 | ||||
-rw-r--r-- | world/map/npc/018-2/caul.txt | 2 | ||||
-rw-r--r-- | world/map/npc/018-2/miners.txt | 2 | ||||
-rw-r--r-- | world/map/npc/018-2/receptionist.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/018-2/angus.txt b/world/map/npc/018-2/angus.txt index 0bf7430c..6c9a76ed 100644 --- a/world/map/npc/018-2/angus.txt +++ b/world/map/npc/018-2/angus.txt @@ -1,6 +1,6 @@ // Angus the craftsman -018-2.gat,31,39,0|script|Angus|147, +018-2.gat,31,39,0|script|Angus|147 { set @honorific$, "lad"; if (Sex == 0) set @honorific$, "lass"; diff --git a/world/map/npc/018-2/caul.txt b/world/map/npc/018-2/caul.txt index 0633c505..eeae9b37 100644 --- a/world/map/npc/018-2/caul.txt +++ b/world/map/npc/018-2/caul.txt @@ -7,7 +7,7 @@ //# //################################################################################# -018-2.gat,37,22,0|script|Caul|107, +018-2.gat,37,22,0|script|Caul|107 { callfunc "ClearVariables"; diff --git a/world/map/npc/018-2/miners.txt b/world/map/npc/018-2/miners.txt index 59e97297..26662238 100644 --- a/world/map/npc/018-2/miners.txt +++ b/world/map/npc/018-2/miners.txt @@ -1,7 +1,7 @@ // This NPC makes gem powders out of gemstones // Authors: Ali-G, enchilado, Jenalya -018-2.gat,85,23,0|script|Malek|109, +018-2.gat,85,23,0|script|Malek|109 { callfunc "ClearVariables"; diff --git a/world/map/npc/018-2/receptionist.txt b/world/map/npc/018-2/receptionist.txt index be7d6bb9..b85ff2c1 100644 --- a/world/map/npc/018-2/receptionist.txt +++ b/world/map/npc/018-2/receptionist.txt @@ -1,6 +1,6 @@ // -018-2.gat,50,24,0|script|Receptionist#mine|108, +018-2.gat,50,24,0|script|Receptionist#mine|108 { callfunc "ClearVariables"; |