Quote:
Originally Posted by bobster65
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 ....
|
This is what I do:
Run the following database queries:
update thread set vbookie_item_id = 0
update user set vbookie_cash = 500
Empty the following tables:
vbookie_bets_placed
vbookie_items
vbookie_item_options