aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.h')
-rw-r--r--src/game/Player.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Player.h b/src/game/Player.h
index 79929bf4c27..7971d73349f 100644
--- a/src/game/Player.h
+++ b/src/game/Player.h
@@ -1750,8 +1750,6 @@ class TRINITY_DLL_SPEC Player : public Unit
void SetCanParry(bool value);
bool CanBlock() const { return m_canBlock; }
void SetCanBlock(bool value);
- bool CanDualWield() const { return m_canDualWield; }
- void SetCanDualWield(bool value) { m_canDualWield = value; }
void SetRegularAttackTime();
void SetBaseModValue(BaseModGroup modGroup, BaseModType modType, float value) { m_auraBaseMod[modGroup][modType] = value; }
@@ -2240,7 +2238,6 @@ class TRINITY_DLL_SPEC Player : public Unit
uint32 m_ArmorProficiency;
bool m_canParry;
bool m_canBlock;
- bool m_canDualWield;
uint8 m_swingErrorMsg;
float m_ammoDPS;
////////////////////Rest System/////////////////////