aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellMgr.cpp
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-08-11 18:19:17 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-08-11 18:19:17 +0200
commit795e9327f708abd6a6943a4864b7f9a7358e5ae2 (patch)
treeec53aa2c174e58280ca845b5f3f555eddbc6f2cc /src/server/game/Spells/SpellMgr.cpp
parent2abaf6224e96920956d003e1894cc96382f18d0f (diff)
Core/Spells: Fix hunter talent "Rapid Killing"
Close #1166
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rw-r--r--src/server/game/Spells/SpellMgr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 63827c11107..6c90aabf483 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3101,6 +3101,8 @@ void SpellMgr::LoadSpellInfoCorrections()
case 20335: // Heart of the Crusader
case 20336:
case 20337:
+ case 53228: // Rapid Killing (Rank 1)
+ case 53232: // Rapid Killing (Rank 2)
case 63320: // Glyph of Life Tap
// Entries were not updated after spell effect change, we have to do that manually :/
spellInfo->AttributesEx3 |= SPELL_ATTR3_CAN_PROC_WITH_TRIGGERED;