Use UPDATE_INSTANCE_INFO instead of PLAYER_ENTERING_WORLD.
This commit is contained in:
parent
a77dae8531
commit
49f6b9a70d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function core:OnInitialize()
|
|||
end
|
||||
|
||||
function core:OnEnable()
|
||||
self:RegisterEvent('PLAYER_ENTERING_WORLD','StoreChores')
|
||||
self:RegisterEvent('UPDATE_INSTANCE_INFO','StoreChores')
|
||||
end
|
||||
|
||||
function core:StoreChores()
|
||||
|
|
Loading…
Reference in a new issue