Mercurial > mm7
comparison Spells.h @ 982:08fd1436ef35
enums & lod
author | Nomad |
---|---|
date | Sat, 11 May 2013 13:19:55 +0200 |
parents | a78f08dbeb88 |
children | ab6560001f5b |
comparison
equal
deleted
inserted
replaced
981:a6ef7125f6e4 | 982:08fd1436ef35 |
---|---|
153 uOverlayID = 0; | 153 uOverlayID = 0; |
154 uCaster = 0; | 154 uCaster = 0; |
155 uFlags = 0; | 155 uFlags = 0; |
156 } | 156 } |
157 | 157 |
158 signed int Apply(unsigned __int64 uExpireTime, unsigned __int16 uSkillLevel, unsigned __int16 uPower, int a5, unsigned __int8 a6); | 158 bool Apply(unsigned __int64 uExpireTime, unsigned __int16 uSkillLevel, unsigned __int16 uPower, int uOverlayID, unsigned __int8 caster); |
159 void Reset(); | 159 void Reset(); |
160 signed int _4585CA(__int64 a2); | 160 signed int _4585CA(__int64 a2); |
161 bool NotExpired(); | 161 bool NotExpired(); |
162 | 162 |
163 unsigned __int64 uExpireTime; | 163 unsigned __int64 uExpireTime; |