Quantcast

Another dry-code fix.

John Pasula [01-25-11 - 17:53]
Another dry-code fix.
Filename
core.lua
diff --git a/core.lua b/core.lua
index 4b5ba14..e9b31b7 100644
--- a/core.lua
+++ b/core.lua
@@ -1499,8 +1499,8 @@ do
 		if var1 then
 			-- Small hack to get code to work with first aid.
 			local fa = L["First Aid"]
-			if var2:lower() == fa:lower() then
-				arg2 = var2
+			if var1:lower() == fa:lower() then
+				arg2 = var1
 			else
 				local var2
 				arg2, var2 = var1:match("^([^%s]+)%s*(.*)$")