mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7422] Allow localization base at guildmaster locale default guild rank names at guild creating.
This commit is contained in:
parent
60a3366892
commit
eac584eb89
10 changed files with 42 additions and 27 deletions
|
|
@ -824,7 +824,7 @@ void WorldSession::HandleTurnInPetitionOpcode(WorldPacket & recv_data)
|
|||
if(type == 9) // create guild
|
||||
{
|
||||
Guild* guild = new Guild;
|
||||
if(!guild->create(_player->GetGUID(), name))
|
||||
if(!guild->create(_player, name))
|
||||
{
|
||||
delete guild;
|
||||
delete result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue