mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 03:16:42 +00:00
Export clear_npctype_cache as both lua/perl general functions.
This commit is contained in:
@@ -2908,6 +2908,12 @@ bool QuestManager::DisableRecipe(uint32 recipe_id)
|
||||
return (success);
|
||||
}
|
||||
|
||||
void QuestManager::ClearNPCTypeCache(int npctype_id) {
|
||||
if (zone) {
|
||||
zone->ClearNPCTypeCache(npctype_id);
|
||||
}
|
||||
}
|
||||
|
||||
Client *QuestManager::GetInitiator() const {
|
||||
if(!quests_running_.empty()) {
|
||||
running_quest e = quests_running_.top();
|
||||
|
||||
Reference in New Issue
Block a user