View Single Post
  #10  
Old 15th January 2014, 02:52
fireknight's Avatar
fireknight fireknight is offline
Administrator
 
Join Date: Aug 2010
Australia
Posts: 173
Default
I don't know this code so this is an example only.
Somewhere in the users sql you will have something like this.

Code:
`seedbonus` decimal(10,1) NOT NULL default '200.0'
Try changing the decimal value and see if that helps.

Example
decimal(100,1)

THIS IS NOT TESTED !!
Reply With Quote