[8881] Fixed aura SPELL_AURA_MOD_MECHANIC_DAMAGE_TAKEN_PERCENT(255) apply.

Function use wrong base at fact that spell misc values for this aura store single value instead mask.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Sarjuuk 2009-11-27 19:35:38 +03:00 committed by VladimirMangos
parent 980a0d6a64
commit a744ffc4c0
2 changed files with 11 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8880"
#define REVISION_NR "8881"
#endif // __REVISION_NR_H__