mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Fixed typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user