From 96f290bc8ac8fe978df581adf90f7c9bd83cca0c Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 25 Jan 2011 11:02:07 -0700 Subject: [PATCH] Don't localize First Aid, we removed that a long time ago. --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index e9b31b7..babf777 100644 --- a/core.lua +++ b/core.lua @@ -1498,7 +1498,7 @@ do if var1 then -- Small hack to get code to work with first aid. - local fa = L["First Aid"] + local fa = GetSpellInfo(45542) if var1:lower() == fa:lower() then arg2 = var1 else -- 1.7.9.5