mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
compile fix
This commit is contained in:
@@ -896,7 +896,7 @@ public:
|
||||
int count = 0;
|
||||
for (Creature* groundingField : groundingFields)
|
||||
{
|
||||
if (GetCaster()->GetGUIDLow() == groundingField->GetGUIDLow())
|
||||
if (GetCaster()->GetGUID() == groundingField->GetGUID())
|
||||
continue;
|
||||
|
||||
GroundFieldPositions[count] = groundingField->GetPosition();
|
||||
|
||||
Reference in New Issue
Block a user