diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-09-11 00:06:06 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-11 00:06:06 -0300 |
commit | 43846d2d51d6a68284e8c8eed6060490996367d6 (patch) | |
tree | a37ecba89c80b48c6066d4c1f5c3fce89ace0c6a | |
parent | 927d00299847eeeebd17b4518e33046bb77ef3d7 (diff) |
Core/SpellMgr: removed some wrong spells from LoadSpellInfoCorrections:
34754 is actually Holy concentration, and does not proc.
39805 doesn't exist
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 3852e78b479..43301d0242c 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3122,13 +3122,11 @@ void SpellMgr::LoadSpellInfoCorrections() case 17941: // Shadow Trance case 22008: // Netherwind Focus case 31834: // Light's Grace - case 34754: // Clearcasting case 34936: // Backlash case 48108: // Hot Streak case 51124: // Killing Machine case 54741: // Firestarter case 57761: // Fireball! - case 39805: // Lightning Overload case 64823: // Item - Druid T8 Balance 4P Bonus case 34477: // Misdirection case 44401: // Missile Barrage |