mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[10725] Add a few comments for SUMMON_PROP_TYPE_CRITTER
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
8a1c5bd800
commit
6e1605caef
3 changed files with 5 additions and 2 deletions
|
|
@ -4094,6 +4094,9 @@ void Spell::EffectSummonType(SpellEffectIndex eff_idx)
|
|||
break;
|
||||
case SUMMON_PROP_TYPE_CRITTER:
|
||||
DoSummonCritter(eff_idx, summon_prop->FactionId);
|
||||
// TODO: differenciate between regular 'critter' types and 'critter' that are fighting.
|
||||
// prop_id == 387 are expected to be fighting (but they have postfix 'companion').
|
||||
// Note: summon_prop->Slot==6 may be related to how selection are done for this type (need more research)
|
||||
break;
|
||||
case SUMMON_PROP_TYPE_PHASING:
|
||||
case SUMMON_PROP_TYPE_LIGHTWELL:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue