1
Fork 0
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:
Yogurt 2019-05-29 19:11:32 -07:00
parent 3068a0c41b
commit 3e58cdbd6c

View file

@ -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()
{