diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-27 23:38:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-27 23:38:53 -0300 |
commit | d2006095236f2b0374f122c87db33c392e7867dc (patch) | |
tree | 14aee2532c9700a53920405e810f7a92f6cd6670 /npc/017-1 | |
parent | 1b12a8e769d2ead69c4f830f2810211a4c96d005 (diff) | |
download | serverdata-d2006095236f2b0374f122c87db33c392e7867dc.tar.gz serverdata-d2006095236f2b0374f122c87db33c392e7867dc.tar.bz2 serverdata-d2006095236f2b0374f122c87db33c392e7867dc.tar.xz serverdata-d2006095236f2b0374f122c87db33c392e7867dc.zip |
Fix LoF Location Reset Script wrong location
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/town.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/town.txt b/npc/017-1/town.txt index a475d1400..9856b713f 100644 --- a/npc/017-1/town.txt +++ b/npc/017-1/town.txt @@ -4,7 +4,7 @@ // Description: // Reset LOCATION$ when entering a town -017-1,219,91,0 script #LocLoF NPC_HIDDEN,2,2,{ +017-1,104,103,0 script #LocLoF NPC_HIDDEN,2,2,{ OnTouch: EnterTown("LoF"); end; } |