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

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-09 17:48:18 -06:00
parent 209f24d7e0
commit f9aaf5bffb
9 changed files with 40 additions and 27 deletions

View File

@@ -64,7 +64,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;