mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
[7422] Allow localization base at guildmaster locale default guild rank names at guild creating. Author: VladimirMangos
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user