From c0b93de1a2acdb809c4e1ec8036485146f92b5c4 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 23 Mar 2010 02:26:14 -0400 Subject: [PATCH] Changed text for the world events entry in private.acquire_strings from _G.EVENTS_LABEL to _G.GetCategoryInfo(155) to be consistent. --- Constants.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Constants.lua b/Constants.lua index 33ec543..299f8c5 100644 --- a/Constants.lua +++ b/Constants.lua @@ -163,7 +163,7 @@ private.acquire_names = { [2] = L["Vendor"], [3] = L["Mob Drop"], [4] = L["Quest"], - [5] = _G.EVENTS_LABEL, + [5] = _G.GetCategoryInfo(155), [6] = _G.REPUTATION, [7] = L["World Drop"], [8] = _G.MISCELLANEOUS, -- 1.7.9.5