From 3388aaeee0807debeed5a77cc6667cbd407b89d8 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 9 Mar 2010 09:18:53 -0500 Subject: [PATCH] Removed a comment that is no longer required. --- Player.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Player.lua b/Player.lua index 02da579..b6c67cd 100644 --- a/Player.lua +++ b/Player.lua @@ -141,7 +141,6 @@ do local rep_list = {} -- Determines if the player can learn a reputation recipe. - -- TODO: This is currently only used in addon:OnEnable(), which means that reputation gains are NOT tracked. This function should be used to do so. -Torhal function Player:SetReputationLevels() table.wipe(rep_list) -- 1.7.9.5