mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-25 14:17:46 +00:00
Add SetTextId to CommandResult
This commit is contained in:
parent
3068a0c41b
commit
3e58cdbd6c
1 changed files with 5 additions and 0 deletions
|
@ -391,6 +391,11 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.battle
|
||||||
return (ushort)hitType;
|
return (ushort)hitType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void SetTextId(ushort id)
|
||||||
|
{
|
||||||
|
worldMasterTextId = id;
|
||||||
|
}
|
||||||
|
|
||||||
//Whether this action didn't miss, and wasn't evaded or resisted
|
//Whether this action didn't miss, and wasn't evaded or resisted
|
||||||
public bool ActionLanded()
|
public bool ActionLanded()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue