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 a5fd39a8908..a149e559a3a 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -2036,7 +2036,7 @@ class TRINITY_DLL_SPEC Player : public Unit uint32 GetOldPetSpell() const { return m_oldpetspell; } void SetOldPetSpell(uint32 petspell) { m_oldpetspell = petspell; } - + /*********************************************************/ /*** INSTANCE SYSTEM ***/ /*********************************************************/ |