diff options
-rw-r--r-- | src/game/SpellMgr.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 23910ba1d30..6c7ae5c98f8 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3849,7 +3849,16 @@ void SpellMgr::LoadSpellCustomAttr() break; case 53651: spellInfo->AttributesEx3 |= SPELL_ATTR_EX3_NO_INITIAL_AGGRO; + count++; break; + case 61306: // Kirin Tor Commendation Badge + case 61308: // Wyrmrest Commendation Badge + case 61311: // Argent Crusade Commendation Badge + case 61312: // Ebon Blade Commendadtion Badge + case 69757: // Sons of Hodir Commendation Badge + spellInfo->EffectBasePoints[0] = 519; // Some suggest a global multiplier is used for rep gain + count++; // but basepoints * 1,3 hard coded in the tooltip says + break; // otherwise. default: break; } |