mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Add SetTextId to CommandResult
This commit is contained in:
parent
3068a0c41b
commit
3e58cdbd6c
@ -391,6 +391,11 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.battle
|
||||
return (ushort)hitType;
|
||||
}
|
||||
|
||||
public void SetTextId(ushort id)
|
||||
{
|
||||
worldMasterTextId = id;
|
||||
}
|
||||
|
||||
//Whether this action didn't miss, and wasn't evaded or resisted
|
||||
public bool ActionLanded()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user