Skip to content

Commit ddd5736

Browse files
committed
VMaNGOS: Update function for core change
1 parent a113666 commit ddd5736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

methods/VMangos/GlobalMethods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ namespace LuaGlobalFunctions
15531553
{
15541554
if (save)
15551555
{
1556-
const GameObjectInfo* gInfo = ObjectMgr::GetGameObjectInfo(entry);
1556+
const GameObjectInfo* gInfo = eObjectMgr->GetGameObjectInfo(entry);
15571557
if (!gInfo)
15581558
{
15591559
E->Push();

0 commit comments

Comments
 (0)