From e6d20d57deba02dbbce70ccb03bf6cd3a393a016 Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 22 Jun 2009 23:30:17 +0200 Subject: *Fix Death Pact and Corpse Explosion - original patch by Astellar, thanks for help in conversion for Azrael. --HG-- branch : trunk --- src/game/DBCStructure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/DBCStructure.h') 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]); } -- cgit v1.2.3