mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-21 16:09:27 +01:00
Prepare changelog.
This commit is contained in:
parent
b53a2f1def
commit
0ff7e49e4d
3 changed files with 24 additions and 10 deletions
|
|
@ -25,8 +25,8 @@ public class MessageService(Logger log, UiBuilder uiBuilder, IChatGui chat) : Ot
|
|||
new UIForegroundPayload(0),
|
||||
new UIGlowPayload(0),
|
||||
new TextPayload(item.Name),
|
||||
new RawPayload(new byte[] { 0x02, 0x27, 0x07, 0xCF, 0x01, 0x01, 0x01, 0xFF, 0x01, 0x03 }),
|
||||
new RawPayload(new byte[] { 0x02, 0x13, 0x02, 0xEC, 0x03 }),
|
||||
new RawPayload([0x02, 0x27, 0x07, 0xCF, 0x01, 0x01, 0x01, 0xFF, 0x01, 0x03]),
|
||||
new RawPayload([0x02, 0x13, 0x02, 0xEC, 0x03]),
|
||||
};
|
||||
// @formatter:on
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue