| 283 | } |
| 284 | |
| 285 | bool afxMagicSpellData::onAdd() |
| 286 | { |
| 287 | if (Parent::onAdd() == false) |
| 288 | return false; |
| 289 | |
| 290 | if (mMissile_db != NULL && mDelivery_dur == 0.0) |
| 291 | mDelivery_dur = -1; |
| 292 | |
| 293 | return true; |
| 294 | } |
| 295 | |
| 296 | void afxMagicSpellData::pack_fx(BitStream* stream, const afxEffectList& fx, bool packed) |
| 297 | { |
nothing calls this directly
no test coverage detected