mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[11803] Make SPELL_EFFECT_QUEST_COMPLETE always positive
This fixes spell 25201
This commit is contained in:
parent
2baf5f8c6e
commit
b5e50d5c2b
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11802"
|
||||
#define REVISION_NR "11803"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue