mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
*Fix Blessing of Sanctuary
--HG-- branch : trunk
This commit is contained in:
@@ -2557,7 +2557,7 @@ void SpellMgr::LoadPetLevelupSpellMap()
|
||||
if(!spell || !spell->spellLevel || GetTalentSpellPos(spell->Id))
|
||||
continue;
|
||||
// TODO: some spells have no spellfamilyflag but should be learned
|
||||
if (!spell->SpellFamilyFlags)
|
||||
if (!spell->SpellFamilyName)
|
||||
continue;
|
||||
mPetLevelupSpellMap.insert(PetLevelupSpellMap::value_type(creatureFamily->ID, std::make_pair(spell->spellLevel , spell->Id )));
|
||||
count++;
|
||||
|
||||
Reference in New Issue
Block a user