mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-20 18:38:27 +00:00
Added missed pet summons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user