From 9e6740b778e5cede1640c9d9e720b4045e28d21f Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Mon, 20 Apr 2026 20:00:11 -0700 Subject: [PATCH] update 6x30 notes --- src/CommandFormats.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 40f53c79..9a2b3e53 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -4094,8 +4094,8 @@ struct G_ChangePlayerHP_6x2F { } __packed_ws__(G_ChangePlayerHP_6x2F, 0x0C); // 6x30: Change player level (protected on GC NTE/V3 but not V4) -// On DC NTE, the updated stats aren't sent, and the client may only gain a single level at once. On other versions, -// this is not the case. +// On DC NTE and 11/2000, the updated stats aren't sent, and the client may only gain a single level at once. On other +// versions, this is not the case. struct G_ChangePlayerLevel_DCNTE_6x30 { G_ClientIDHeader header;