1
0
Fork 0

RequestRaidInfo() and not GetSavedInstanceInfo()

This commit is contained in:
Andrew Tomaka 2011-09-20 13:53:25 -04:00
parent af1693d562
commit 73a4d7b9fd
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ function core:OnEnable()
end
function core:PrepareUpdate()
GetSavedInstanceInfo()
RequestRaidInfo()
end
function core:UpdateChores()