mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Reduce differences between branches
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user