From 99b8c8b34ffbdce8e76014f0d725637495f5bc3a Mon Sep 17 00:00:00 2001 From: NoFantasy Date: Thu, 10 Mar 2011 20:06:24 +0100 Subject: [PATCH] [11239] Comment out crap added in [11237] and bonk the author for creating it. Signed-off-by: NoFantasy --- src/game/SpellEffects.cpp | 7 +++++-- src/shared/revision_nr.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 95c066aa0..72dbd6e50 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -8047,14 +8047,17 @@ void Spell::EffectQuestComplete(SpellEffectIndex eff_idx) switch(m_spellInfo->Id) { case 43458: // Secrets of Nifflevar - case 72155: // Harvest Blight Specimen - case 72162: // Harvest Blight Specimen { if (!unitTarget->HasAura(m_spellInfo->CalculateSimpleValue(eff_idx))) return; break; } + // TODO: implement these! + // "this spell awards credit for the entire raid (all spell targets as this is area target) if just ONE member has both auras (yes, both effect's basepoints)" + //case 72155: // Harvest Blight Specimen + //case 72162: // Harvest Blight Specimen + //break; default: break; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 77fb58249..c9e592bbd 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11238" + #define REVISION_NR "11239" #endif // __REVISION_NR_H__