mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/GameObject): Quest event "The Bones of Nozronn"; quest sparkle for GO type "GAMEOBJECT_TYPE_SPELL_FOCUS" (#2398)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user