summaryrefslogtreecommitdiff
path: root/src/map/vending.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-27 16:31:18 -0300
committershennetsind <ind@henn.et>2013-06-27 16:31:18 -0300
commit897f598ab7ea2235d551081f54328ee69970f731 (patch)
treecba38e4e6f994b2cd871fd0019b342306475ee56 /src/map/vending.c
parent85ac3b03b9e642bc322109ea8c176c43192eb4bd (diff)
parent15398c9b90693707c3e49c349e24e6dd655f12a9 (diff)
downloadhercules-897f598ab7ea2235d551081f54328ee69970f731.tar.gz
hercules-897f598ab7ea2235d551081f54328ee69970f731.tar.bz2
hercules-897f598ab7ea2235d551081f54328ee69970f731.tar.xz
hercules-897f598ab7ea2235d551081f54328ee69970f731.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/vending.c')
-rw-r--r--src/map/vending.c4
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]