diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-17 02:36:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-17 02:36:30 -0300 |
commit | 98bf8bd0c21fceb6addf587cdaa66b9093a8da4b (patch) | |
tree | 887640a2622f3f30495cdd2c1ec775d12554087b /npc/config/location.txt | |
parent | 2532624d48665b07a2d89812274613885f9ae70f (diff) | |
download | serverdata-98bf8bd0c21fceb6addf587cdaa66b9093a8da4b.tar.gz serverdata-98bf8bd0c21fceb6addf587cdaa66b9093a8da4b.tar.bz2 serverdata-98bf8bd0c21fceb6addf587cdaa66b9093a8da4b.tar.xz serverdata-98bf8bd0c21fceb6addf587cdaa66b9093a8da4b.zip |
Get CI to pass
Diffstat (limited to 'npc/config/location.txt')
-rw-r--r-- | npc/config/location.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/config/location.txt b/npc/config/location.txt index 19ce476fd..f2db2bf94 100644 --- a/npc/config/location.txt +++ b/npc/config/location.txt @@ -11,7 +11,7 @@ OnInit: setarray $@LOCMASTER_LOC$, "Candor", "Tulim", "Halin", "Hurns", "LoF", "Lilit", "Nival", "Frostia", "Fort", "Artis"; setarray $@LOCMASTER_MAP$, "005-1", "003-1", "009-1", "012-1", "017-1", "018-5", "020-1", "024-1", "025-2", "029-0"; setarray $@LOCMASTER_X, 43, 40, 26, 86, 119, 111, 56, 94, 108, 203; - setarray $@LOCMASTER_Y, 99, 49, 30, 69, 87, 53, 62, 42, 32 85; + setarray $@LOCMASTER_Y, 99, 49, 30, 69, 87, 53, 62, 42, 32, 85; //debugmes "Locmaster: Index 0: %s [%s.gat (%d, %d)]", $@LOCMASTER_LOC$[0], $@LOCMASTER_MAP$[0], $@LOCMASTER_X[0], $@LOCMASTER_Y[0]; //debugmes "Locmaster: Index 2: %s [%s.gat (%d, %d)]", $@LOCMASTER_LOC$[2], $@LOCMASTER_MAP$[2], $@LOCMASTER_X[2], $@LOCMASTER_Y[2]; |