mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
Core: White space CleanUp
This commit is contained in:
@@ -433,7 +433,7 @@ void WorldSession::SendQueryPetNameResponse(ObjectGuid guid)
|
||||
|
||||
if (Pet* pet = unit->ToPet())
|
||||
{
|
||||
if (DeclinedName const* names = pet->GetDeclinedNames())
|
||||
if (DeclinedName const* names = pet->GetDeclinedNames())
|
||||
{
|
||||
response.HasDeclined = true;
|
||||
response.DeclinedNames = *names;
|
||||
|
||||
Reference in New Issue
Block a user