Created
August 20, 2012 07:38
-
-
Save vertrigo/3401896 to your computer and use it in GitHub Desktop.
diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/game/Player.h b/src/game/Player.h | |
| old mode 100644 | |
| new mode 100755 | |
| index e052f43..016f64a | |
| --- a/src/game/Player.h | |
| +++ b/src/game/Player.h | |
| @@ -2597,9 +2597,9 @@ class MANGOS_DLL_SPEC Player : public Unit | |
| Glyph m_glyphs[MAX_TALENT_SPEC_COUNT][MAX_GLYPH_SLOT_INDEX]; | |
| float m_auraBaseMod[BASEMOD_END][MOD_END]; | |
| - int16 m_baseRatingValue[MAX_COMBAT_RATING]; | |
| - uint16 m_baseSpellPower; | |
| - uint16 m_baseFeralAP; | |
| + int32 m_baseRatingValue[MAX_COMBAT_RATING]; | |
| + uint32 m_baseSpellPower; | |
| + uint32 m_baseFeralAP; | |
| uint16 m_baseManaRegen; | |
| uint16 m_baseHealthRegen; | |
| float m_armorPenetrationPct; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment