diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/chest.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index adf5b67e..46f455be 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -26,8 +26,8 @@ l_Give: if (@q > 1) goto l_Close; - set @item, 515; - set @count, 3; + set @item, 514; + set @count, 1; callfunc "InventoryPlace", @item, @count; setq ShipQuests_Darlin, 2; |