I tried to read through as much of these as possible to gauge how to make sure this install didn't affect my users' current cash amounts... if I install this, using ucash, will this try to write to my ucash table (which is modified) 500 cash at install??
should i comment this line out?
$db->query_write("UPDATE " . TABLE_PREFIX . "user SET vbookie_cash=500");
im guessing it wont matter since that table isn't the one I care about?
|