Skip to content

Commit

Permalink
[11239] Comment out crap added in [11237] and bonk the author for cre…
Browse files Browse the repository at this point in the history
…ating it.

Signed-off-by: NoFantasy <nofantasy@nf.no>
  • Loading branch information
NoFantasy committed Mar 10, 2011
1 parent 2463b1b commit a78fc1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/game/SpellEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11238"
#define REVISION_NR "11239"
#endif // __REVISION_NR_H__

0 comments on commit a78fc1a

Please sign in to comment.