We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a537721 commit a80c638Copy full SHA for a80c638
ElunaEventMgr.cpp
@@ -225,7 +225,7 @@ ElunaEventProcessor* EventMgr::GetGlobalProcessor(GlobalEventSpace space)
225
226
uint64 EventMgr::CreateObjectProcessor(WorldObject* obj)
227
{
228
-#if !defined ELUNA_CMANGOS
+#if !ELUNA_CMANGOS && !ELUNA_VMANGOS
229
uint64 id = obj->GetGUID().GetRawValue();
230
#else
231
uint64 id = obj->GetObjectGuid().GetRawValue();
0 commit comments