Hello, im having trouble making a god character..
When i go to my character in the sql database it dosent offer me to make it group id 6..
I tried making it with this quarry
and i got this error
When i go to my character in the sql database it dosent offer me to make it group id 6..
I tried making it with this quarry
Code:
UPDATE `forgottenserver`.`players` SET `group_id` = '6' WHERE `players`.`id` =12
and i got this error
Code:
#1452 - Cannot add or update a child row: a foreign key constraint fails (`forgottenserver`.`players`, CONSTRAINT `players_ibfk_2` FOREIGN KEY (`group_id`) REFERENCES `groups` (`id`))
