From e62dd3b0a2b63c861ee5a7f1cbd5808537e6b970 Mon Sep 17 00:00:00 2001 From: torhal Date: Sat, 6 Feb 2010 07:28:22 +0000 Subject: [PATCH] Added "ALLIANCE_VANGUARD" to faction_ids and faction_strings. --- Constants.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Constants.lua b/Constants.lua index 07778fc..3ccb188 100644 --- a/Constants.lua +++ b/Constants.lua @@ -163,6 +163,7 @@ private.faction_ids = { ["SCALE_OF_SANDS"] = 990, ["LOWERCITY"] = 1011, ["ASHTONGUE"] = 1012, + ["ALLIANCE_VANGUARD"] = 1037, ["HORDE_EXPEDITION"] = 1052, ["KALUAK"] = 1073, ["SHATTEREDSUN"] = 1077, @@ -198,6 +199,7 @@ private.faction_strings = { [990] = "SCALE_OF_SANDS", [1011] = "LOWERCITY", [1012] = "ASHTONGUE", + [1037] = "ALLIANCE_VANGUARD", [1052] = "HORDE_EXPEDITION", [1073] = "KALUAK", [1077] = "SHATTEREDSUN", -- 1.7.9.5