Core/Entities: First batch of removing implicit conversions of ObjectGuid to uint64

This commit is contained in:
Shauren
2014-10-21 19:23:32 +02:00
parent 1bea52fd46
commit 9cc7044546
86 changed files with 235 additions and 229 deletions
+2 -2
View File
@@ -316,7 +316,7 @@ public:
DoCast(temp, SPELL_BANISHED_SHATTRATH_A);
banishTimer = 9000;
playerGUID = temp->GetGUID();
if (playerGUID)
if (!playerGUID.IsEmpty())
canTeleport = true;
}
} else banishTimer -= diff;
@@ -389,7 +389,7 @@ public:
DoCast(temp, SPELL_BANISHED_SHATTRATH_S);
banishTimer = 9000;
playerGUID = temp->GetGUID();
if (playerGUID)
if (!playerGUID.IsEmpty())
canTeleport = true;
}
} else banishTimer -= diff;