diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-24 16:11:12 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-24 16:11:12 +0400 |
commit | 84ae75278307ea425f65c9b97be64351f67c85b4 (patch) | |
tree | 6b7bee0ae257dded62a85d7fd982d7a963cde353 /npc | |
parent | 66a769561a99ca86c5c31812c99f773f61ac2abb (diff) | |
download | clientdata-84ae75278307ea425f65c9b97be64351f67c85b4.tar.gz clientdata-84ae75278307ea425f65c9b97be64351f67c85b4.tar.bz2 clientdata-84ae75278307ea425f65c9b97be64351f67c85b4.tar.xz clientdata-84ae75278307ea425f65c9b97be64351f67c85b4.zip |
Fixed a bug in the count item function in chest.txt.
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; |