fix EE command format
This commit is contained in:
+1
-1
@@ -476,7 +476,7 @@ void send_text(shared_ptr<Client> c, StringWriter& w, uint16_t command,
|
||||
void send_header_text(shared_ptr<Client> c, uint16_t command,
|
||||
uint32_t guild_card_number, const u16string& text) {
|
||||
StringWriter w;
|
||||
w.put(SC_TextHeader_01_06_11_B0({0, guild_card_number}));
|
||||
w.put(SC_TextHeader_01_06_11_B0_EE({0, guild_card_number}));
|
||||
send_text(c, w, command, text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user