mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-22 00:50:52 +02:00
stubbed some more functions
This commit is contained in:
parent
84d5eee1fc
commit
7ab40a30f1
7 changed files with 108 additions and 9 deletions
|
@ -204,7 +204,7 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
|
|||
public void MobSkill(Character target, uint mobSkillId)
|
||||
{
|
||||
if (controller != null)
|
||||
controller.MobSkill(target, mobSkillId);
|
||||
controller.MonsterSkill(target, mobSkillId);
|
||||
else
|
||||
InternalMobSkill(target, mobSkillId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue