Now here's the release:
In World.cs find:
Code:
if (ChatType == 2004)
{
Char.MyGuild.GuildMessage(Char, Message, To);
}
Code:
if (ChatType == 2004)
{
if (Char.MyClient.MyChar.MyGuild != null)
Char.MyGuild.GuildMessage(Char, Message, To);
}
This only for people who can't manage to fix it.






ok?
