Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warlock: fix demo APL crash involving meta
Since 903e2b6 majorcooldowns does not contain registered major cooldowns if they are referenced in APL, meaning `GetMajorCooldown(warlock.Metamorphosis.ActionID)` may return nil even though we have it talented. So we check for nil to avoid crashing. Fixes #3982.
- Loading branch information