diff options
author | Ledmitz <smoothshifter@tuta.io> | 2023-11-29 15:32:15 -0400 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2023-11-29 15:32:15 -0400 |
commit | 3ad3718a17c8cf791f8560cc06b11c51edf38c31 (patch) | |
tree | 12fae093ff1c6e60afbe935ee762253cfe34d7d9 /world/map/npc/001-2 | |
parent | 3615251a22fd8507e0ec88dbe337748cc109719f (diff) | |
download | serverdata-3ad3718a17c8cf791f8560cc06b11c51edf38c31.tar.gz serverdata-3ad3718a17c8cf791f8560cc06b11c51edf38c31.tar.bz2 serverdata-3ad3718a17c8cf791f8560cc06b11c51edf38c31.tar.xz serverdata-3ad3718a17c8cf791f8560cc06b11c51edf38c31.zip |
Text changes and ran tmx_converter
Diffstat (limited to 'world/map/npc/001-2')
-rw-r--r-- | world/map/npc/001-2/_nodes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/001-2/_nodes.txt b/world/map/npc/001-2/_nodes.txt index 2bf62e74..33eaa51b 100644 --- a/world/map/npc/001-2/_nodes.txt +++ b/world/map/npc/001-2/_nodes.txt @@ -6,8 +6,8 @@ end; OnInit: setarray .m$, "_N-Alchemy", "001-2", "001-2", "001-2", "001-2"; - setarray .x1, "_N-Alchemy", 92, 92, 98, 98; - setarray .y1, "_N-Alchemy", 76, 89, 76, 89; + setarray .x1, "_N-Alchemy", 92, 98, 92, 98; + setarray .y1, "_N-Alchemy", 89, 76, 76, 89; setarray .x2, "_N-Alchemy", 0, 0, 0, 0; setarray .y2, "_N-Alchemy", 0, 0, 0, 0; setarray .id, "_N-Alchemy", 0, 0, 0, 0; |