Scripts/Spells: Fixed paladin's Light's Hammer

Port From (https://github.com/TrinityCore/TrinityCore/commit/f3e908dc997833d3e2c5297471210bf075121f90)
This commit is contained in:
hondacrx
2022-05-04 10:41:37 -04:00
parent 1a2251e58d
commit ecf40cda7e
2 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -3929,7 +3929,7 @@ namespace Game.Spells
m_caster.SendCombatLogMessage(spellExecuteLog);
}
SpellLogEffect GetExecuteLogEffect(SpellEffectName effect)
public SpellLogEffect GetExecuteLogEffect(SpellEffectName effect)
{
var spellLogEffect = _executeLogEffects.LookupByKey(effect);
if (spellLogEffect != null)