diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-08 19:59:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-12 01:03:20 +0300 |
commit | 08de021655e1d032db5efa74f3da8f2d8b1efe99 (patch) | |
tree | a988367e56f938f10006f117a110baf620c07817 /src/map/buyingstore.c | |
parent | dfe7b9e4bb9c0f890009be0f037d4ba1a516605f (diff) | |
download | hercules-08de021655e1d032db5efa74f3da8f2d8b1efe99.tar.gz hercules-08de021655e1d032db5efa74f3da8f2d8b1efe99.tar.bz2 hercules-08de021655e1d032db5efa74f3da8f2d8b1efe99.tar.xz hercules-08de021655e1d032db5efa74f3da8f2d8b1efe99.zip |
Add packet id clif_buyingstore_update_item (0x9e6 / ZC_UPDATE_ITEM_FROM_BUYING_STORE2)
Based on rAthena commit:
commit 01adc9c3ff3c1c6f0f69f6f9f2db77eba20071d4
Author: Napster <arokaice@live.com>
Date: Mon Dec 21 20:05:29 2015 +0700
Diffstat (limited to 'src/map/buyingstore.c')
-rw-r--r-- | src/map/buyingstore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/buyingstore.c b/src/map/buyingstore.c index 58a1f925f..d2e2a2c20 100644 --- a/src/map/buyingstore.c +++ b/src/map/buyingstore.c @@ -383,7 +383,7 @@ void buyingstore_trade(struct map_session_data* sd, int account_id, unsigned int // notify clients clif->buyingstore_delete_item(sd, index, amount, pl_sd->buyingstore.items[listidx].price); - clif->buyingstore_update_item(pl_sd, nameid, amount); + clif->buyingstore_update_item(pl_sd, nameid, amount, sd->status.char_id, zeny); } if( map->save_settings&128 ) { |