1
0
Fork 0

Use UPDATE_INSTANCE_INFO instead of PLAYER_ENTERING_WORLD.

This commit is contained in:
Andrew Tomaka 2011-08-21 11:40:31 -04:00
parent a77dae8531
commit 49f6b9a70d
1 changed files with 1 additions and 1 deletions

View File

@ -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()