muffin v6.15

This commit is contained in:
alydev 2025-10-09 08:41:52 +10:00
parent 344451fa8e
commit 7413877064
21 changed files with 131 additions and 125 deletions

View file

@ -46,6 +46,6 @@ internal sealed class Mount147Module : ICombatModule
public bool CanAttack(IBattleNpc target)
{
return target.DataId == 8593;
return target.BaseId == 8593;
}
}