I can not log into the account

Platon

New Member
Jun 19, 2019
22
5
Hotel on the server, yesterday built the room. Now, I can not log into my account, because it loads the download, and in the emulator on the server gives an error (as in the screenshot). Help how to fix it.
I can not log into the account
You must be registered for see images attach
 

harambe

Donator
Dec 3, 2018
154
115
Run this query

Code:
ALTER TABLE `rooms` CHANGE `allow_pets` `allow_pets` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_pets_eat` `allow_pets_eat` INT(1) NOT NULL DEFAULT '0', CHANGE `room_blocking_disabled` `room_blocking_disabled` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_hidewall` `allow_hidewall` INT(1) NOT NULL DEFAULT '0', CHANGE `mute_settings` `mute_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `ban_settings` `ban_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `kick_settings` `kick_settings` INT(1) NOT NULL DEFAULT '1';
 

Users who are viewing this thread

Top