mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[7574] Fix typo in 47580 and ranks dummy
Signed-off-by: Fog <Fog@mangos.ru>
This commit is contained in:
parent
f0ebade751
commit
a00de4ebb2
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue