$interest = 1 + ($interest / 100);
$vbulletin->db->query_write("
update " . TABLE_PREFIX . "user
set dbtech_vbshop_bank = round(dbtech_vbshop_bank * $interest, 2)
where dbtech_vbshop_bank > 0
");
We use essential cookies to make this site work, and optional cookies to enhance your experience.