View Single Post
06-27-17, 03:43 AM   #10
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Kanegasi View Post
Yea, I've never trusted InCombatLockdown() by itself. There's actually other functions that can't be trusted, like IsInGroup() returning false while in a group. My addons that deal with combat restrictions combine that with a variable set by the REGEN events. Both the variable and the function return have to be false before I do things meant for out-of-combat.
I've only used InCombatLockDown() for years and never had any issue. If you log into the game while you are in combat it will return false, but thats intended.
  Reply With Quote