GuildFame not found. Phoenix source
Hello, so im trying to make a new server based on phoenix source (o rly ?)
and im having this problem:
I've check some others posts to where ppl say to add this on Struct.sql
`guildRank` int(11) NOT NULL,
after this
`guildFame` int(11) NOT NULL DEFAULT '0',
and it still doesn't work.
Can anyone help ? thanks.
@
fixed
Needed to add `guildFame` int(11) NOT NULL on accounts table
@
close please ?

I think this is problem with Struct.sql