Misc Script Fixes.

This commit is contained in:
hondacrx
2024-03-12 22:12:17 -04:00
parent 5f0608739d
commit 1b63a89b0a
8 changed files with 783 additions and 85 deletions
@@ -22,7 +22,7 @@ namespace Scripts.EasternKingdoms.BaradinHold.PitLordArgaloth
[Script]
class boss_pit_lord_argaloth : BossAI
{
boss_pit_lord_argaloth(Creature creature) : base(creature, DataTypes.Argaloth) { }
public boss_pit_lord_argaloth(Creature creature) : base(creature, (uint)DataTypes.Argaloth) { }
public override void JustEngagedWith(Unit who)
{
@@ -112,5 +112,4 @@ namespace Scripts.EasternKingdoms.BaradinHold.PitLordArgaloth
OnHit.Add(new HitHandler(SplitDamage));
}
}
}
}