diff options
| author | joschiwald <joschiwald.trinity@gmail.com> | 2014-01-27 19:50:07 +0100 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2014-01-27 19:50:07 +0100 |
| commit | 55c7cfaf4c8b89e625e3b48fc1b30e2fdc107e90 (patch) | |
| tree | dcda48ba7fbfe5fd89037e0a073d6445e7c60ad3 /src/server/game | |
| parent | aa6aaed486689f1ffac41131fd3a123dba7dad65 (diff) | |
Core/Spells: update judgement spellscript thx @Xanvial
Closes #10562
Closes #9477
Closes #9801
Diffstat (limited to 'src/server/game')
| -rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index f4a708e3a0f..ef9e6d5aa21 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -2169,8 +2169,8 @@ SpellSpecificType SpellInfo::GetSpellSpecific() const if (SpellFamilyFlags[0] & 0x00002190) return SPELL_SPECIFIC_HAND; - // Judgement of Wisdom, Judgement of Light, Judgement of Justice - if (Id == 20184 || Id == 20185 || Id == 20186) + // Judgement + if (Id == 20271) return SPELL_SPECIFIC_JUDGEMENT; // only paladin auras have this (for palaldin class family) |
