mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Guilds: Sync function name with 3.3.5
This commit is contained in:
@@ -34,7 +34,7 @@ void WorldSession::HandleGuildQueryOpcode(WorldPackets::Guild::QueryGuildInfo& q
|
||||
|
||||
if (Guild* guild = sGuildMgr->GetGuildByGuid(query.GuildGuid))
|
||||
{
|
||||
guild->SendQueryResponse(this);
|
||||
guild->HandleQuery(this);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user