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

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