[11239] Comment out crap added in [11237] and bonk the author for creating it.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-03-10 20:06:24 +01:00
parent 0ca45c76dc
commit 99b8c8b34f
2 changed files with 6 additions and 3 deletions

View file

@ -8047,14 +8047,17 @@ void Spell::EffectQuestComplete(SpellEffectIndex eff_idx)
switch(m_spellInfo->Id) switch(m_spellInfo->Id)
{ {
case 43458: // Secrets of Nifflevar case 43458: // Secrets of Nifflevar
case 72155: // Harvest Blight Specimen
case 72162: // Harvest Blight Specimen
{ {
if (!unitTarget->HasAura(m_spellInfo->CalculateSimpleValue(eff_idx))) if (!unitTarget->HasAura(m_spellInfo->CalculateSimpleValue(eff_idx)))
return; return;
break; 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: default:
break; break;
} }

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11238" #define REVISION_NR "11239"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__