mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[9043] Fxied build at *nix systems.
This commit is contained in:
parent
817ffb7a8d
commit
a01f2e1f72
2 changed files with 2 additions and 2 deletions
|
|
@ -2588,7 +2588,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
{
|
||||
// Reduce backfire damage (dot damage) from Shadow Word: Death
|
||||
// aura have wrong effectclassmask, so use hardcoded value
|
||||
m_spellmod = new SpellModifier(SPELLMOD_DOT,SPELLMOD_PCT,m_modifier.m_amount,GetId(),0x0000200000000000);
|
||||
m_spellmod = new SpellModifier(SPELLMOD_DOT,SPELLMOD_PCT,m_modifier.m_amount,GetId(),UI64LIT(0x0000200000000000));
|
||||
}
|
||||
((Player*)m_target)->AddSpellMod(m_spellmod, apply);
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9042"
|
||||
#define REVISION_NR "9043"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue