Core/Misc: Reduce differences between branches

This commit is contained in:
Shauren
2025-10-04 15:05:17 +02:00
parent c0c342715b
commit 3d8a75b0b5
7 changed files with 55 additions and 49 deletions

View File

@@ -444,9 +444,6 @@ ObjectGuid::LowType ChatHandler::extractLowGuidFromLink(char* text, HighGuid& gu
return player->GetGUID().GetCounter();
ObjectGuid guid = sCharacterCache->GetCharacterGuidByName(name);
if (guid.IsEmpty())
return 0;
return guid.GetCounter();
}
case GUID_LINK_CREATURE: