1
0
Fork 0

Remove code for slash command.

This commit is contained in:
Andrew Tomaka 2011-09-18 05:15:24 -04:00
parent 8997b36291
commit 67d430262b
1 changed files with 0 additions and 6 deletions

View File

@ -74,8 +74,6 @@ end
function core:OnEnable()
LibQTip = LibStub('LibQTip-1.0')
self:RegisterChatCommand('ct', 'ViewChores');
local level = UnitLevel('player')
if level == 85 then
@ -115,10 +113,6 @@ function core:OnEnable()
core:ResetValorPoints()
end
function core:ViewChores()
end
function core:UpdateChores()
--reset data if necessary
core:ResetInstances()