[11803] Make SPELL_EFFECT_QUEST_COMPLETE always positive

This fixes spell 25201
This commit is contained in:
Lightguard 2011-09-24 18:10:08 +02:00
parent 2baf5f8c6e
commit b5e50d5c2b
2 changed files with 2 additions and 1 deletions

View file

@ -683,6 +683,7 @@ bool IsPositiveEffect(SpellEntry const *spellproto, SpellEffectIndex effIndex)
case SPELL_EFFECT_SKILL_STEP:
case SPELL_EFFECT_HEAL_PCT:
case SPELL_EFFECT_ENERGIZE_PCT:
case SPELL_EFFECT_QUEST_COMPLETE:
return true;
// non-positive aura use

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11802"
#define REVISION_NR "11803"
#endif // __REVISION_NR_H__