Problem

Experienced Elementalist
Joined
Nov 9, 2008
Messages
289
Reaction score
5
Hi all

I have a problem whit the world server

MySQL Query Error 'Out of range value adjusted for column 'remainingTime' at row 1' for query 'INSERT INTO buffs (charid,skillid,skilllvl,abilityType1,ability1,abilityType2,ability2,abilityType3,ability3,remainingTime) VALUES (575,113,20,57,12,0,0,0,0,-9156)'

how i can fix it?

i'm using aldilmaster DB
 
MySQL Query Error 'Out of range value adjusted for column 'remainingTime' at row 1' for query 'INSERT INTO buffs (charid,skillid,skilllvl,abilityType1,ability1,abi lityType2,ability2,abilityType3,ability3,remaining Time) VALUES (575,113,20,57,12,0,0,0,0,'-9156)

Change the Red text to positive number

from -9156 to 9156
 
Back