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
|
end
|
||||||
|
|
||||||
function core:PrepareUpdate()
|
function core:PrepareUpdate()
|
||||||
GetSavedInstanceInfo()
|
RequestRaidInfo()
|
||||||
end
|
end
|
||||||
|
|
||||||
function core:UpdateChores()
|
function core:UpdateChores()
|
||||||
|
|
Loading…
Reference in a new issue