Some fixes

This commit is contained in:
hondacrx
2021-09-08 23:41:06 -04:00
parent 0078a136a4
commit ed98f4a2a4
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1611,7 +1611,7 @@ namespace Game.Entities
return Global.ObjAccessor.GetUnit(this, GetOwnerGUID());
}
public Unit GetCharmerOrOwner()
public virtual Unit GetCharmerOrOwner()
{
Unit unit = ToUnit();
if (unit != null)