diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index cd1971c38..04c00461c 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -6514,11 +6514,11 @@ void Spell::EffectScriptEffect(SpellEffectIndex eff_idx) uint32 spellid; switch(m_spellInfo->Id) { - case 25140: spellid = 32571; break; + case 25140: spellid = 32568; break; case 25143: spellid = 32572; break; case 25650: spellid = 30140; break; case 25652: spellid = 30141; break; - case 29128: spellid = 32568; break; + case 29128: spellid = 32571; break; case 29129: spellid = 32569; break; case 35376: spellid = 25649; break; case 35727: spellid = 35730; break; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 96af160de..34e91397f 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11931" + #define REVISION_NR "11932" #endif // __REVISION_NR_H__