From 138f1fb490f2f4834fd980bfc21d5a386bf26591 Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 5 May 2009 14:49:40 -0500 Subject: [7774] Fix pet quest giver doesn't update status. Author: daveh --HG-- branch : trunk --- src/game/QuestHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/QuestHandler.cpp b/src/game/QuestHandler.cpp index 312c9429c9e..65f001aa2f2 100644 --- a/src/game/QuestHandler.cpp +++ b/src/game/QuestHandler.cpp @@ -621,7 +621,7 @@ void WorldSession::HandleQuestgiverStatusQueryMultipleOpcode(WorldPacket& /*recv uint8 questStatus = DIALOG_STATUS_NONE; uint8 defstatus = DIALOG_STATUS_NONE; - if(IS_CREATURE_GUID(*itr)) + if (IS_CREATURE_OR_PET_GUID(*itr)) { // need also pet quests case support Creature *questgiver = ObjectAccessor::GetCreatureOrPetOrVehicle(*GetPlayer(),*itr); -- cgit v1.2.3