mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-26 15:11:30 +00:00
Added missed pet summons
This commit is contained in:
parent
8a79994b4e
commit
cd01ed87df
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user