Added missed pet summons

This commit is contained in:
Xackery 2021-11-23 18:16:22 -08:00
parent 8a79994b4e
commit cd01ed87df

View File

@ -212,6 +212,16 @@ int8 Mob::ElixirCastSpellCheck(uint16 spellID, Mob** outMob)
isHeal = true;
}
if (attr == SE_CallPet) { //103 Summon Shaman pet
isPetSummon = true;
}
if (attr == SE_SummonBSTPet) { // 106 Bst Pet
isPetSummon = true;
}
if (attr == SE_Familiar) { //108 Summon Familiar
isPetSummon = true;
}