woww: Add MSG_CHANNEL_START

This commit is contained in:
Gtker 2022-11-26 11:57:40 +01:00 committed by Alexis La Goutte
parent b0370bf17a
commit 65dc7dff9f
1 changed files with 6 additions and 0 deletions

View File

@ -11182,6 +11182,12 @@ add_body_fields(guint32 opcode,
else {
}
break;
case MSG_CHANNEL_START:
if (WOWW_SERVER_TO_CLIENT) {
ptvcursor_add(ptv, hf_woww_spell, 4, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_duration, 4, ENC_LITTLE_ENDIAN);
}
break;
case MSG_CORPSE_QUERY:
if (WOWW_SERVER_TO_CLIENT) {
ptvcursor_add_ret_uint(ptv, hf_woww_corpse_query_result, 1, ENC_LITTLE_ENDIAN, &result);