diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-11 13:26:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-11 13:26:11 -0300 |
commit | f0b75fb23e0e6f9e7e99907f3dac6ee327c52528 (patch) | |
tree | c66744f9e535e90d3ab41b123f59670031c02b1c /npc | |
parent | 0293e9cdb644bb70576024c76c69216a6d0767bf (diff) | |
download | serverdata-f0b75fb23e0e6f9e7e99907f3dac6ee327c52528.tar.gz serverdata-f0b75fb23e0e6f9e7e99907f3dac6ee327c52528.tar.bz2 serverdata-f0b75fb23e0e6f9e7e99907f3dac6ee327c52528.tar.xz serverdata-f0b75fb23e0e6f9e7e99907f3dac6ee327c52528.zip |
Fix ferries in Hurnscald (critical)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/035-2/koga.txt | 2 | ||||
-rw-r--r-- | npc/036-2/koga-candor.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/035-2/koga.txt b/npc/035-2/koga.txt index c1a25075..2470632b 100644 --- a/npc/035-2/koga.txt +++ b/npc/035-2/koga.txt @@ -19,7 +19,7 @@ L_Tulimshar: goto L_close; L_Hurnscald: - warp "008-1", 137, 64; + warp "008-1", 136, 64; goto L_close; L_Nivalis: diff --git a/npc/036-2/koga-candor.txt b/npc/036-2/koga-candor.txt index 97d0c722..9c4f42f3 100644 --- a/npc/036-2/koga-candor.txt +++ b/npc/036-2/koga-candor.txt @@ -13,7 +13,7 @@ L_Leave: goto L_close; L_Hurnscald: - warp "008-1", 137, 75; + warp "008-1", 136, 75; goto L_close; L_Candor: |