Fixed typo

This commit is contained in:
joschiwald
2016-03-23 20:10:27 +01:00
committed by Aokromes
parent b51be91142
commit 28840fd29e

View File

@@ -1798,7 +1798,7 @@ class Player : public Unit, public GridObject<Player>
_resurrectionData = NULL;
}
bool IsResurrectRequestedBy(uint64 guid) const
bool IsResurrectRequestedBy(ObjectGuid const& guid) const
{
if (!IsResurrectRequested())
return false;