diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index c060f2508..faff6b0e8 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -4599,6 +4599,8 @@ void Spell::EffectScriptEffect(uint32 effIndex) case 11729: case 11730: case 27230: + case 47871: + case 47878: { uint32 itemtype; uint32 rank = 0; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ffbc899fe..a5e7d1c94 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 "7053" + #define REVISION_NR "7054" #endif // __REVISION_NR_H__