From 35cb869264780d9e9c2b57ae09b5d4c4537a8110 Mon Sep 17 00:00:00 2001 From: ackis Date: Wed, 21 Jan 2009 18:42:49 +0000 Subject: [PATCH] Fix a missing @ with a end-debug, which caused the entire file to be commented out roflz. Fo' drizzle! --- AckisRecipeList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 26e33bb..b40eaee 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -1706,7 +1706,7 @@ do if (not playerData.playerProfession) or (not playerData.playerProfessionLevel) then self:Print("DEBUG: Scan of: " .. playerData.playerProfession) end - --@end-debug + --@end-debug@ -- Get the current profession Specialty playerData.playerSpecialty = self:GetTradeSpecialty(SpecialtyTable, playerData) -- 1.7.9.5