File Details
1.1.3
- R
- Oct 19, 2018
- 138.88 KB
- 130
- 8.0.1
- Retail
File Name
LossOfControl-1.1.3.zip
Supported Versions
- 8.0.1
Loss Of Control
1.1.3 (2018-10-19)
-
Avoid making local copies of upvalues of WoW API functions.
Directly use the global WoW API functions without making a local
copy of the function so that the order of addons loading doesn't
matter and we honor any hooks that have been inserted by other
addons. -
Check for possible nil return value from GetSpellLink().
This fixes issue #2 by @amber1019.