compile fix

This commit is contained in:
Aokromes
2016-07-02 16:23:22 +02:00
parent 1718cba085
commit bb470df873

View File

@@ -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();