Quantcast

Fix a missing @ with a end-debug, which caused the entire file to be commented out roflz. Fo' drizzle!

ackis [01-21-09 - 18:42]
Fix a missing @ with a end-debug, which caused the entire file to be commented out roflz.  Fo' drizzle!
Filename
AckisRecipeList.lua
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)