diff options
author | megamage <none@none> | 2009-06-07 15:29:55 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-07 15:29:55 -0500 |
commit | b18f35c699b0547f346b9cd9d85a8959e1d88d9f (patch) | |
tree | a202961b2352e08a1b68f6fe26d9cbbcd7b63636 /src/game/DBCStructure.h | |
parent | 3097b72ea271b2930b726833a6748a2c8f5b242a (diff) |
Backed out changeset: 16b92e595ab9
--HG--
branch : trunk
Diffstat (limited to 'src/game/DBCStructure.h')
-rw-r--r-- | src/game/DBCStructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index a19fa059715..08248576820 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -1371,7 +1371,7 @@ struct SpellEntry int32 EquippedItemInventoryTypeMask; // 67 m_equippedItemInvTypes (mask) uint32 Effect[MAX_SPELL_EFFECTS]; // 68-70 m_effect int32 EffectDieSides[MAX_SPELL_EFFECTS]; // 71-73 m_effectDieSides - int32 EffectBaseDice[MAX_SPELL_EFFECTS]; // 74-76 m_effectBaseDice + uint32 EffectBaseDice[MAX_SPELL_EFFECTS]; // 74-76 m_effectBaseDice float EffectDicePerLevel[MAX_SPELL_EFFECTS]; // 77-79 m_effectDicePerLevel float EffectRealPointsPerLevel[MAX_SPELL_EFFECTS]; // 80-82 m_effectRealPointsPerLevel int32 EffectBasePoints[MAX_SPELL_EFFECTS]; // 83-85 m_effectBasePoints (don't must be used in spell/auras explicitly, must be used cached Spell::m_currentBasePoints) |