<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9796,7 +9796,8 @@ int32 Unit::CalculateSpellDamage(SpellEntry const* spellProto, uint8 effect_inde
 
     if(spellProto-&gt;Attributes &amp; SPELL_ATTR_LEVEL_DAMAGE_CALCULATION &amp;&amp; spellProto-&gt;spellLevel &amp;&amp;
             spellProto-&gt;Effect[effect_index] != SPELL_EFFECT_WEAPON_PERCENT_DAMAGE &amp;&amp;
-            spellProto-&gt;Effect[effect_index] != SPELL_EFFECT_KNOCK_BACK)
+            spellProto-&gt;Effect[effect_index] != SPELL_EFFECT_KNOCK_BACK &amp;&amp;
+            (spellProto-&gt;Effect[effect_index] != SPELL_EFFECT_APPLY_AURA || spellProto-&gt;EffectApplyAuraName[effect_index] != SPELL_AURA_MOD_DECREASE_SPEED))
         value = int32(value*0.25f*exp(getLevel()*(70-spellProto-&gt;spellLevel)/1000.0f));
 
     return value;</diff>
      <filename>src/game/Unit.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 #ifndef __REVISION_NR_H__
 #define __REVISION_NR_H__
- #define REVISION_NR &quot;8132&quot;
+ #define REVISION_NR &quot;8133&quot;
 #endif // __REVISION_NR_H__</diff>
      <filename>src/shared/revision_nr.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b0340d8631d61c777389d8552f8e3daded728cc1</id>
    </parent>
  </parents>
  <author>
    <name>ApoC</name>
    <email>apoc@nymfe.net</email>
  </author>
  <url>http://github.com/mangos/mangos/commit/53187e62cd0e27cfdd3ea0ed753623f1246df9e2</url>
  <id>53187e62cd0e27cfdd3ea0ed753623f1246df9e2</id>
  <committed-date>2009-07-05T18:30:31-07:00</committed-date>
  <authored-date>2009-07-05T18:26:13-07:00</authored-date>
  <message>[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 &lt;apoc@nymfe.net&gt;</message>
  <tree>defd370d95a82392f7855b681731128cb0462fed</tree>
  <committer>
    <name>ApoC</name>
    <email>apoc@nymfe.net</email>
  </committer>
</commit>
