Skip to content

Commit

Permalink
[10674] Show some SPELL_AURA_MOD_DODGE_PERCENT auras as debufs as exp…
Browse files Browse the repository at this point in the history
…ected.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
technoir42 authored and VladimirMangos committed Nov 2, 2010
1 parent cb7ba82 commit 1a50ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/game/SpellMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ bool IsPositiveEffect(uint32 spellId, SpellEffectIndex effIndex)
case SPELL_AURA_MOD_DAMAGE_DONE: // dependent from base point sign (negative -> negative)
case SPELL_AURA_MOD_STAT:
case SPELL_AURA_MOD_SKILL:
case SPELL_AURA_MOD_DODGE_PERCENT:
case SPELL_AURA_MOD_HEALING_PCT:
case SPELL_AURA_MOD_HEALING_DONE:
if(spellproto->CalculateSimpleValue(effIndex) < 0)
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 "10673"
#define REVISION_NR "10674"
#endif // __REVISION_NR_H__

0 comments on commit 1a50ce9

Please sign in to comment.