Mercurial > mm7
diff Spells.h @ 982:08fd1436ef35
enums & lod
author | Nomad |
---|---|
date | Sat, 11 May 2013 13:19:55 +0200 |
parents | a78f08dbeb88 |
children | ab6560001f5b |
line wrap: on
line diff
--- a/Spells.h Sat May 11 01:28:06 2013 +0200 +++ b/Spells.h Sat May 11 13:19:55 2013 +0200 @@ -155,7 +155,7 @@ uFlags = 0; } - signed int Apply(unsigned __int64 uExpireTime, unsigned __int16 uSkillLevel, unsigned __int16 uPower, int a5, unsigned __int8 a6); + bool Apply(unsigned __int64 uExpireTime, unsigned __int16 uSkillLevel, unsigned __int16 uPower, int uOverlayID, unsigned __int8 caster); void Reset(); signed int _4585CA(__int64 a2); bool NotExpired();