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