diff options
author | shennetsind <notind@gmail.com> | 2013-06-27 10:30:26 -0700 |
---|---|---|
committer | shennetsind <notind@gmail.com> | 2013-06-27 10:30:26 -0700 |
commit | b97cbaf1a988370cb8cadc3d0108c19d14593b94 (patch) | |
tree | 4c7e2b722ad8baf8a165e83832988c8f89e6911f /src/map/buyingstore.c | |
parent | dbb4ce9421aed2defb4f3566e8c0b330c08b58bc (diff) | |
parent | 56e37cb8d74da7c12814df50a1d28f59a9b8dc36 (diff) | |
download | hercules-b97cbaf1a988370cb8cadc3d0108c19d14593b94.tar.gz hercules-b97cbaf1a988370cb8cadc3d0108c19d14593b94.tar.bz2 hercules-b97cbaf1a988370cb8cadc3d0108c19d14593b94.tar.xz hercules-b97cbaf1a988370cb8cadc3d0108c19d14593b94.zip |
Merge pull request #50 from Earisu/master
Chrif interface
Diffstat (limited to 'src/map/buyingstore.c')
-rw-r--r-- | src/map/buyingstore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/buyingstore.c b/src/map/buyingstore.c index dc07c2409..7041042df 100644 --- a/src/map/buyingstore.c +++ b/src/map/buyingstore.c @@ -384,8 +384,8 @@ void buyingstore_trade(struct map_session_data* sd, int account_id, unsigned int } if( iMap->save_settings&128 ) { - chrif_save(sd, 0); - chrif_save(pl_sd, 0); + chrif->save(sd, 0); + chrif->save(pl_sd, 0); } // check whether or not there is still something to buy |