Yes that code snippet was the fix
I am not an sql programmer so my guess is that the "(3)" defines the TINYINT command to some degree either in decimals or places . Again that is a guess.
The fix to my error "WasAtGraveyard" was this code
"ALTER TABLE player_corpses ADD COLUMN WasAtGraveyard TINYINT(3) NOT NULL default 0;"
It created a field that was previously missing in the "player_corpses" table of the ax_classic database.
|