diff options
-rw-r--r-- | npc/000-1/chest.txt | 2 | ||||
-rw-r--r-- | npc/000-1/darlin.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index 3aa3dbe7..759063f5 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -11,7 +11,7 @@ // 0 Not opened. // 1 Opened. -000-1.gat,58,31,0 script Chest#1 316;2,{ +000-1.gat,83,70,0 script Chest#1 316;2,{ set @q, getq(ShipQuests_TreasureChest); if (getnpcdir ("") == 4) goto l_Give; diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index f6ccac56..434b7b87 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -9,7 +9,7 @@ // 0 Does not speak
// 1 Speak & Quest
-000-1.gat,25,26,0,1 script Darlin 103,{
+000-1.gat,89,89,0,1 script Darlin 103,{
mesn;
set @q, getq(ShipQuests_Darlin);
|