From e1499bcdd9aa3470254ab015ca6a840e45ea9fd8 Mon Sep 17 00:00:00 2001 From: GriffonHeart Date: Thu, 8 Jan 2009 16:25:11 +0300 Subject: [PATCH] [7054] Missing update to 7041 Signed-off-by: DiSlord --- src/game/SpellEffects.cpp | 2 ++ src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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__