mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Update embparser.cpp
This commit is contained in:
@@ -1214,6 +1214,8 @@ QuestType PerlembParser::GetQuestTypes(
|
|||||||
return is_global ? QuestType::BotGlobal : QuestType::Bot;
|
return is_global ? QuestType::BotGlobal : QuestType::Bot;
|
||||||
} else if (npc_mob->IsMerc()) {
|
} else if (npc_mob->IsMerc()) {
|
||||||
return is_global ? QuestType::MercGlobal : QuestType::Merc;
|
return is_global ? QuestType::MercGlobal : QuestType::Merc;
|
||||||
|
} else if (npc_mob->IsNPC()) {
|
||||||
|
return is_global ? QuestType::NPCGlobal : QuestType::NPC;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return is_global ? QuestType::ItemGlobal : QuestType::Item;
|
return is_global ? QuestType::ItemGlobal : QuestType::Item;
|
||||||
|
|||||||
Reference in New Issue
Block a user