• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Bug on creating guild in Gesior

Loney

#!
Senator
Premium User
Joined
Jul 23, 2012
Messages
2,044
Solutions
31
Reaction score
243
Location
México
When someone create's a guild and he relogs, this happens:

45535.png


Any thoughts?

Thanks.
 
use this query:
SQL:
delete from guilds;
and
SQL:
ALTER TABLE `guilds` ADD COLUMN `join_date` INT( 11 ) NOT NULL DEFAULT '0';

in config.lua search for:
Lua:
ingameGuildManagement = true
and changer for:
Lua:
ingameGuildManagement = false

Now created again guild..
 
Back
Top