From 84ae75278307ea425f65c9b97be64351f67c85b4 Mon Sep 17 00:00:00 2001 From: Alige Date: Mon, 24 Dec 2012 16:11:12 +0400 Subject: Fixed a bug in the count item function in chest.txt. --- npc/000-1/chest.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2