1
0
Fork 0

Probably fix LFR lockouts not resetting.

This commit is contained in:
Andrew Tomaka 2011-12-06 17:23:06 -05:00
parent 4cee09a6d4
commit da5111170f
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ function core:OnEnable()
-- Reset data if necessary
core:ResetRaidLockouts()
core:ResetValorPoints()
core:ResetLFRLockouts()
end