Skip to content

Commit dffb830

Browse files
authored
Message array size fields are now implicit and only used internally (#303)
1 parent f84744d commit dffb830

4 files changed

Lines changed: 370 additions & 188 deletions

File tree

src/realm/states/WorldEnter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ void handle_request_raid_info(ClientContext& ctx) {
177177
}
178178

179179
protocol::smsg_raid_instance_info response;
180-
response->amount_of_raid_infos = 0;
181180
ctx.send(response);
182181
}
183182

0 commit comments

Comments
 (0)