DB updates/ Misc Fixes

This commit is contained in:
hondacrx
2020-06-02 17:44:07 -04:00
parent ac876b7c6c
commit 708c37b78c
3 changed files with 385 additions and 1 deletions
+1 -1
View File
@@ -2822,7 +2822,7 @@ namespace Game.Entities
AddUnitState(UnitState.CannotTurn);
}
public bool IsFocusing(Spell focusSpell = null, bool withDelay = false)
public override bool IsFocusing(Spell focusSpell = null, bool withDelay = false)
{
if (!IsAlive()) // dead creatures cannot focus
{