Quote:
Originally Posted by SVTCobraLTD
My bookie events are for football. The football season is about to start again and I would like to wipe the stats clean. I have already reset all the users money to the starting amount but the amount of money spent is still from last years games.
|
the vbookie_bets_placed Table is where all of that info is stored (for the user) .. maybe try truncating that table (make a backup of the table data first) and see if that does what you want it to..
You may end up having to truncate the vbookie_items and vbookie_item_options tables as well ....