mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10261] Revert [10259] -_-
This commit is contained in:
parent
129973569d
commit
68693b6e56
2 changed files with 2 additions and 2 deletions
|
|
@ -2814,7 +2814,7 @@ void Aura::HandleAuraModShapeshift(bool apply, bool Real)
|
||||||
// remove movement affects
|
// remove movement affects
|
||||||
target->RemoveSpellsCausingAura(SPELL_AURA_MOD_ROOT);
|
target->RemoveSpellsCausingAura(SPELL_AURA_MOD_ROOT);
|
||||||
Unit::AuraList const& slowingAuras = target->GetAurasByType(SPELL_AURA_MOD_DECREASE_SPEED);
|
Unit::AuraList const& slowingAuras = target->GetAurasByType(SPELL_AURA_MOD_DECREASE_SPEED);
|
||||||
for (Unit::AuraList::iterator iter = slowingAuras.begin(); iter != slowingAuras.end();)
|
for (Unit::AuraList::const_iterator iter = slowingAuras.begin(); iter != slowingAuras.end();)
|
||||||
{
|
{
|
||||||
SpellEntry const* aurSpellInfo = (*iter)->GetSpellProto();
|
SpellEntry const* aurSpellInfo = (*iter)->GetSpellProto();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10260"
|
#define REVISION_NR "10261"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue