fix(Core/Creature): Allow Multi id in areas with zone script (#10735)
This commit is contained in:
@@ -1506,8 +1506,8 @@ bool Creature::CreateFromProto(ObjectGuid::LowType guidlow, uint32 Entry, uint32
|
|||||||
SetZoneScript();
|
SetZoneScript();
|
||||||
if (GetZoneScript() && data)
|
if (GetZoneScript() && data)
|
||||||
{
|
{
|
||||||
Entry = GetZoneScript()->GetCreatureEntry(guidlow, data);
|
uint32 FirstEntry = GetZoneScript()->GetCreatureEntry(guidlow, data);
|
||||||
if (!Entry)
|
if (!FirstEntry)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user