diff options
Diffstat (limited to 'src/game/Player.h')
-rw-r--r-- | src/game/Player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.h b/src/game/Player.h index 79d75d34821..bc89f800931 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -2273,7 +2273,7 @@ class Player : public Unit, public GridObject<Player> void SetMap(Map * map); void ResetMap(); - bool isAllowedToLoot(Creature* creature); + bool isAllowedToLoot(const Creature* creature); DeclinedName const* GetDeclinedNames() const { return m_declinedname; } uint8 GetRunesState() const { return m_runes->runeState; } |