mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 21:50:50 -04:00
Core/PacketIO: Updated to 11.0.0
This commit is contained in:
@@ -225,7 +225,7 @@ public:
|
||||
flag = target->m_unitData->Flags;
|
||||
|
||||
if (!npcflag)
|
||||
memcpy(&npcflag.emplace(), target->m_unitData->NpcFlags.begin(), sizeof(uint64));
|
||||
npcflag = (uint64(target->GetNpcFlags2()) << 32) | target->GetNpcFlags();
|
||||
|
||||
if (!dyflag)
|
||||
dyflag = target->m_objectData->DynamicFlags;
|
||||
|
||||
Reference in New Issue
Block a user