diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-01 21:04:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-01 21:04:19 -0300 |
commit | e05acfcd21ba0446cd8641047157516ae093afe1 (patch) | |
tree | d351fef89fb814653974ac67fde451123d817ecd /npc/009-1/town.txt | |
parent | 87ae41226d3858b2cacd16555d0e515b6236a2bb (diff) | |
download | serverdata-e05acfcd21ba0446cd8641047157516ae093afe1.tar.gz serverdata-e05acfcd21ba0446cd8641047157516ae093afe1.tar.bz2 serverdata-e05acfcd21ba0446cd8641047157516ae093afe1.tar.xz serverdata-e05acfcd21ba0446cd8641047157516ae093afe1.zip |
Pipeline: Wrong argument order
Diffstat (limited to 'npc/009-1/town.txt')
-rw-r--r-- | npc/009-1/town.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-1/town.txt b/npc/009-1/town.txt index df037528d..bcb99e0d3 100644 --- a/npc/009-1/town.txt +++ b/npc/009-1/town.txt @@ -7,4 +7,4 @@ 009-1,71,24,0 script #LocHalin NPC_HIDDEN,4,1,{ LOCATION$="Halin"; end; } -009-1,55,72,0 duplicate(#LocHalin) #LocHalinB 3,1,NPC_HIDDEN +009-1,55,72,0 duplicate(#LocHalin) #LocHalinB NPC_HIDDEN,3,1 |