diff options
author | QAston <none@none> | 2009-04-12 01:35:06 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-12 01:35:06 +0200 |
commit | 1d640d02726683e73c455ddda3354cf77925a957 (patch) | |
tree | 384543de4035d77423b3037dde71670e86d38a14 /src | |
parent | 3e877994532d467062c7a6085e2e7806060b7dfe (diff) |
Do not trigger arcane power with presence of mind
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 13c4985a5ad..ee2632caa12 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -534,6 +534,8 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) case 34700: // Allergic Reaction case 31719: // Suspension return false; + case 12042: // Arcane Power + return true; } switch(spellproto->Mechanic) |