fix(DB/GameObject): Quest event "The Bones of Nozronn"; quest sparkle for GO type "GAMEOBJECT_TYPE_SPELL_FOCUS" (#2398)

This commit is contained in:
Stoabrogga
2019-11-30 08:42:20 +01:00
committed by GitHub
parent 51a72c8a46
commit dda507aaca
3 changed files with 91 additions and 0 deletions

View File

@@ -7718,6 +7718,15 @@ void ObjectMgr::LoadGameObjectForQuests()
}
break;
}
case GAMEOBJECT_TYPE_SPELL_FOCUS:
{
if (itr->second.spellFocus.questID > 0) //quests objects
{
itr->second.IsForQuests = true;
++count;
}
break;
}
case GAMEOBJECT_TYPE_GOOBER:
{
if (itr->second.goober.questId > 0) //quests objects