From 786fbdec571dbc2f48ce204338cf532aabfc0d2d Mon Sep 17 00:00:00 2001 From: QAston Date: Sun, 8 Mar 2009 13:24:05 +0100 Subject: *Fix crash. *Fix Guard Dog and Improved Cower -by pasdVn. *Fix aura SPELL_AURA_OBS_MOD_ENERGY -by pasdVn. --HG-- branch : trunk --- src/game/SpellAuras.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/SpellAuras.h') diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index dac13adf6d1..6079a275d0d 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -111,7 +111,7 @@ class TRINITY_DLL_SPEC Aura void HandleInvisibility(bool Apply, bool Real); void HandleInvisibilityDetect(bool Apply, bool Real); void HandleAuraModTotalHealthPercentRegen(bool Apply, bool Real); - void HandleAuraModTotalManaPercentRegen(bool Apply, bool Real); + void HandleAuraModTotalEnergyPercentRegen(bool Apply, bool Real); void HandleAuraModResistance(bool Apply, bool Real); void HandleAuraModRoot(bool Apply, bool Real); void HandleAuraModSilence(bool Apply, bool Real); -- cgit v1.2.3