[8133] Do not scale with level damage for SPELL_AURA_MOD_DECREASE_SPEED.

May be other auras will need to be excluded also (auras modify AP,
Armor ...) but this one is the most annoying :)

This commit should fix non-movable behavior after being hitted by some
NPC spell with slowing effect.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-07-06 03:26:13 +02:00
parent ac051d10e9
commit 08f1c95874
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8132"
#define REVISION_NR "8133"
#endif // __REVISION_NR_H__