RequestRaidInfo() and not GetSavedInstanceInfo()
This commit is contained in:
parent
af1693d562
commit
73a4d7b9fd
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ function core:OnEnable()
|
|||
end
|
||||
|
||||
function core:PrepareUpdate()
|
||||
GetSavedInstanceInfo()
|
||||
RequestRaidInfo()
|
||||
end
|
||||
|
||||
function core:UpdateChores()
|
||||
|
|
Loading…
Reference in a new issue