muffin v6.15
This commit is contained in:
parent
cb878047bb
commit
29d735e936
16 changed files with 116 additions and 110 deletions
|
@ -46,6 +46,6 @@ internal sealed class Mount147Module : ICombatModule
|
|||
|
||||
public bool CanAttack(IBattleNpc target)
|
||||
{
|
||||
return target.DataId == 8593;
|
||||
return target.BaseId == 8593;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue