diff options
| author | QAston <none@none> | 2009-06-22 23:30:17 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-22 23:30:17 +0200 |
| commit | e6d20d57deba02dbbce70ccb03bf6cd3a393a016 (patch) | |
| tree | 159d555d90476d97bc08ee0367c88332f414095c /src/game/DBCStructure.h | |
| parent | 8533946ac1b6548d21492b3f1ec41b60a73a5bd2 (diff) | |
*Fix Death Pact and Corpse Explosion - original patch by Astellar, thanks for help in conversion for Azrael.
--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 686c43fc355..eaca4737cc3 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -1423,7 +1423,7 @@ struct SpellEntry uint32 SchoolMask; // 228 m_schoolMask uint32 runeCostID; // 229 m_runeCostID //uint32 spellMissileID; // 230 m_spellMissileID not used - //uint32 PowerDisplayId; // 231 PowerDisplay.dbc, new in 3.1 + //uint32 PowerDisplayId; // 231 PowerDisplay.dbc, new in 3.1 // helpers int32 CalculateSimpleValue(uint8 eff) const { return EffectBasePoints[eff]+int32(EffectBaseDice[eff]); } |
