diff options
author | Susu <bruant.bastien@gmail.com> | 2013-06-25 14:12:21 +0200 |
---|---|---|
committer | Susu <bruant.bastien@gmail.com> | 2013-06-25 14:12:21 +0200 |
commit | 71627e92fbe36c23993456486a308acd0428fd3d (patch) | |
tree | 11944c4fbab516994661ad56e9656d421b025c81 /src/map/vending.c | |
parent | 5b40d0c2937c2fe4f8e133271d05602543d86277 (diff) | |
download | hercules-71627e92fbe36c23993456486a308acd0428fd3d.tar.gz hercules-71627e92fbe36c23993456486a308acd0428fd3d.tar.bz2 hercules-71627e92fbe36c23993456486a308acd0428fd3d.tar.xz hercules-71627e92fbe36c23993456486a308acd0428fd3d.zip |
- Added chrif interface
Diffstat (limited to 'src/map/vending.c')
-rw-r--r-- | src/map/vending.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/vending.c b/src/map/vending.c index b9575c8dd..898008a3a 100644 --- a/src/map/vending.c +++ b/src/map/vending.c @@ -198,8 +198,8 @@ void vending_purchasereq(struct map_session_data* sd, int aid, unsigned int uid, //Always save BOTH: buyer and customer if( iMap->save_settings&2 ) { - chrif_save(sd,0); - chrif_save(vsd,0); + chrif->save(sd,0); + chrif->save(vsd,0); } //check for @AUTOTRADE users [durf] |