mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-07 00:42:26 +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;
|
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
|
if (attr == SE_Familiar) { //108 Summon Familiar
|
||||||
isPetSummon = true;
|
isPetSummon = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user