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

View file

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