[7574] Fix typo in 47580 and ranks dummy

Signed-off-by: Fog <Fog@mangos.ru>
This commit is contained in:
Fog 2009-03-28 23:06:03 +03:00 committed by DiSlord
parent f0ebade751
commit a00de4ebb2
2 changed files with 2 additions and 2 deletions

View file

@ -2253,7 +2253,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
mod->value = m_modifier.m_amount; mod->value = m_modifier.m_amount;
mod->type = SPELLMOD_PCT; mod->type = SPELLMOD_PCT;
mod->spellId = GetId(); mod->spellId = GetId();
mod->mask = 0x0000000200000000LL; mod->mask = 0x0000200000000000LL;
mod->mask2= 0LL; mod->mask2= 0LL;
m_spellmod = mod; m_spellmod = mod;
} }

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7573" #define REVISION_NR "7574"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__