mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
chore(Core/Object): Rename GetGOData() to GetGameObjectData() (#14875)
This commit is contained in:
@@ -650,7 +650,7 @@ ObjectGuid::LowType ChatHandler::extractLowGuidFromLink(char* text, HighGuid& gu
|
||||
|
||||
ObjectGuid::LowType lowguid = (uint32)atol(idS);
|
||||
|
||||
if (sObjectMgr->GetGOData(lowguid))
|
||||
if (sObjectMgr->GetGameObjectData(lowguid))
|
||||
return lowguid;
|
||||
else
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user