[7422] Allow localization base at guildmaster locale default guild rank names at guild creating.

This commit is contained in:
VladimirMangos 2009-03-09 11:40:18 +03:00
parent 60a3366892
commit eac584eb89
10 changed files with 42 additions and 27 deletions

View file

@ -62,7 +62,7 @@ void WorldSession::HandleGuildCreateOpcode(WorldPacket& recvPacket)
return;
Guild *guild = new Guild;
if(!guild->create(GetPlayer()->GetGUID(),gname))
if(!guild->create(GetPlayer(),gname))
{
delete guild;
return;