| 198 | } |
| 199 | |
| 200 | void afxMagicSpellData::reloadReset() |
| 201 | { |
| 202 | mCasting_fx_list.clear(); |
| 203 | mLaunch_fx_list.clear(); |
| 204 | mDelivery_fx_list.clear(); |
| 205 | mImpact_fx_list.clear(); |
| 206 | mLinger_fx_list.clear(); |
| 207 | } |
| 208 | |
| 209 | #define myOffset(field) Offset(field, afxMagicSpellData) |
| 210 |