BFA Update (still lots of testing to do tho)

This commit is contained in:
hondacrx
2018-12-10 12:46:25 -05:00
parent 468b053946
commit 8e20114e10
256 changed files with 35613 additions and 10459 deletions
+1 -1
View File
@@ -663,7 +663,7 @@ namespace Game.Maps
//Caster may be NULL if DynObj is in removelist
Player caster = Global.ObjAccessor.FindPlayer(guid);
if (caster != null)
if (caster.GetGuidValue(PlayerFields.Farsight) == obj.GetGUID())
if (caster.GetGuidValue(ActivePlayerFields.Farsight) == obj.GetGUID())
BuildPacket(caster);
}
}