diff options
| author | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-06 17:20:04 +0100 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-06 17:20:04 +0100 |
| commit | 01e44cb794344902078518b9f424695f70b99242 (patch) | |
| tree | 580094b635bc22f0a0cba0c40c3a9e740d3a81e4 /src/server/game/Spells/SpellScript.h | |
| parent | 20f6b10178ad3b4f2cf68a1067c492d9c27608a7 (diff) | |
Core/Spells: Extended remaining 8bit EffectMasks to 32bit
Diffstat (limited to 'src/server/game/Spells/SpellScript.h')
| -rw-r--r-- | src/server/game/Spells/SpellScript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellScript.h b/src/server/game/Spells/SpellScript.h index 0f7d78f292b..5513d95b9b9 100644 --- a/src/server/game/Spells/SpellScript.h +++ b/src/server/game/Spells/SpellScript.h @@ -289,8 +289,8 @@ class TC_GAME_API SpellScript : public _SpellScript bool IsInEffectHook() const; private: Spell* m_spell; - uint8 m_hitPreventEffectMask; - uint8 m_hitPreventDefaultEffectMask; + uint32 m_hitPreventEffectMask; + uint32 m_hitPreventDefaultEffectMask; public: // // SpellScript interface |
