From 05df6c5b21e343374334e4bf9a5e4704fd50aa0e Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Wed, 5 Mar 2014 01:09:18 -0500 Subject: [PATCH] Fix QuestManager::RemoveAllFromInstance --- zone/questmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/questmgr.cpp b/zone/questmgr.cpp index b4d18408e..3d51cf6c6 100644 --- a/zone/questmgr.cpp +++ b/zone/questmgr.cpp @@ -2574,7 +2574,7 @@ void QuestManager::RemoveAllFromInstance(uint16 instance_id) QuestManagerCurrentQuestVars(); if(initiator) { std::list charid_list; - boolean removed_all = true; + bool removed_all = true; uint16 fail_count = 0; database.GetCharactersInInstance(instance_id,charid_list); auto iter = charid_list.begin();