From bf9694a35408237320fdd26908a55f396999c24b Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Tue, 11 May 2010 18:43:47 +0200 Subject: Spell custom attribute data for Northrend faction commendation badges (spells 61306,61308,61311,61312,69757). They now give proper reputation --HG-- branch : trunk --- src/game/SpellMgr.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') 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; } -- cgit v1.2.3