Quantcast

Fixed the check for the pvp missing/extra flag.

pompachomp [07-29-09 - 21:52]
Fixed the check for the pvp missing/extra flag.
Filename
ARLDatamine.lua
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)")