From 3f978a99e1ec731b94c4b2497f8c3a41fac798cd Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 25 Aug 2009 19:43:24 -0500 Subject: *[Fix] Priest Tier 6 Trinket (Ashtongue Talisman of Acumen). By Farah --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index d695cc01662..95aeb3537f6 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5757,7 +5757,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger if( procSpell->SpellFamilyFlags[0] & 0x8000 ) triggered_spell_id = 40441; // Renew - else if( procSpell->SpellFamilyFlags[0] & 0x10 ) + else if( procSpell->SpellFamilyFlags[0] & 0x40 ) triggered_spell_id = 40440; else return false; -- cgit v1.2.3