Remove code for slash command.
This commit is contained in:
parent
8997b36291
commit
67d430262b
1 changed files with 0 additions and 6 deletions
|
@ -75,8 +75,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
|
||||||
self:RegisterEvent('UPDATE_INSTANCE_INFO', 'UpdateChores')
|
self:RegisterEvent('UPDATE_INSTANCE_INFO', 'UpdateChores')
|
||||||
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue