From 0f41f0284ec8d0cc88e1bae82a6220a5f210def5 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Wed, 29 Jul 2009 21:52:01 +0000 Subject: [PATCH] Fixed the check for the pvp missing/extra flag. --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index ccea0f6..9c1d1b8 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1574,7 +1574,7 @@ do tinsert(missing_flags,"4 (Vendor)") end - if (((GetSubZoneText() == "Wintergrasp Fortress") or (GetSubZoneText() == "Wintergrasp Fortress")) and (not flags[9])) then + if (((GetSubZoneText() == "Wintergrasp Fortress") or (GetSubZoneText() == "Halaa")) and (not flags[9])) then tinsert(missing_flags,"9 (PvP)") elseif (flags[9]) then tinsert(extra_flags,"9 (PvP)") -- 1.7.9.5