Misc fixes

This commit is contained in:
hondacrx
2021-04-28 11:00:29 -04:00
parent 5b0391b1d9
commit be9da02534
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -725,7 +725,7 @@ namespace Scripts.Spells.Shaman
[Script] // 192223 - Liquid Magma Totem (erupting hit spell)
class spell_sha_liquid_magma_totem : SpellScript
{
bool Validate(SpellInfo spellInfo)
public override bool Validate(SpellInfo spellInfo)
{
return ValidateSpellInfo(SpellIds.LiquidMagmaHit);
}