[9043] Fxied build at *nix systems.

This commit is contained in:
VladimirMangos 2009-12-21 02:02:08 +03:00
parent 817ffb7a8d
commit a01f2e1f72
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9042"
#define REVISION_NR "9043"
#endif // __REVISION_NR_H__