diff --git a/src/game/Player.h b/src/game/Player.h index c3b64691d..c7f36001a 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -1453,7 +1453,7 @@ class MANGOS_DLL_SPEC Player : public Unit QuestStatusMap& getQuestStatusMap() { return mQuestStatus; }; const uint64& GetSelection( ) const { return m_curSelection; } - void SetSelection(const uint64 &guid) { m_curSelection = guid; SetTargetGUID(guid); } + void SetSelection(const uint64 &guid) { m_curSelection = guid; } uint8 GetComboPoints() { return m_comboPoints; } const uint64& GetComboTarget() const { return m_comboTarget; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 82f8f0ba7..d2d686372 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8863" + #define REVISION_NR "8864" #endif // __REVISION_NR_H__