From a00de4ebb264c12ef68db261c2f7d812f3bc30d9 Mon Sep 17 00:00:00 2001 From: Fog Date: Sat, 28 Mar 2009 23:06:03 +0300 Subject: [PATCH] [7574] Fix typo in 47580 and ranks dummy Signed-off-by: Fog --- src/game/SpellAuras.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 942e8e58d..2e5fc30fe 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2253,7 +2253,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real) mod->value = m_modifier.m_amount; mod->type = SPELLMOD_PCT; mod->spellId = GetId(); - mod->mask = 0x0000000200000000LL; + mod->mask = 0x0000200000000000LL; mod->mask2= 0LL; m_spellmod = mod; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 08e723c29..712a07836 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 "7573" + #define REVISION_NR "7574" #endif // __REVISION_NR_H__