From 58989e0fcc298cb4ee6342a54f4966fccdef04eb Mon Sep 17 00:00:00 2001 From: hondacrx Date: Mon, 26 Jun 2017 14:38:12 -0400 Subject: [PATCH] Updated QuestId of quest LazyPeons --- Scripts/Kalimdor/Durotar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Kalimdor/Durotar.cs b/Scripts/Kalimdor/Durotar.cs index 10df33126..2e7d2426d 100644 --- a/Scripts/Kalimdor/Durotar.cs +++ b/Scripts/Kalimdor/Durotar.cs @@ -94,7 +94,7 @@ namespace Scripts.Kalimdor //DoMeleeAttackIfReady(); } - const int QuestLazyPeons = 25134; + const int QuestLazyPeons = 37446; const int GoLumberpile = 175784; const uint SpellBuffSleep = 17743; const int SpellAwakenPeon = 19938;