Fix build

This commit is contained in:
hondacrx
2017-11-13 14:14:59 -05:00
parent 02535a0d47
commit 2960d88aed
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -2262,7 +2262,7 @@ namespace Game.Entities
SpellHealLog spellHealLog = new SpellHealLog();
spellHealLog.TargetGUID = healInfo.GetTarget().GetGUID();
spellHealLog.CasterGUID = GetGUID();
spellHealLog.CasterGUID = healInfo.GetHealer().GetGUID();
spellHealLog.SpellID = healInfo.GetSpellInfo().Id;
spellHealLog.Health = healInfo.GetHeal();