mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Add GetActionType for scripts.
Fix miss check for tp gain on attacks
This commit is contained in:
@@ -387,5 +387,10 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
|
||||
{
|
||||
return (ushort) commandType;
|
||||
}
|
||||
|
||||
public ushort GetActionType()
|
||||
{
|
||||
return (ushort) actionType;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user