Skip to content

Instantly share code, notes, and snippets.

@vertrigo
Created August 20, 2012 07:38
Show Gist options
  • Select an option

  • Save vertrigo/3401896 to your computer and use it in GitHub Desktop.

Select an option

Save vertrigo/3401896 to your computer and use it in GitHub Desktop.
diff
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