packet-wow: Remove unneeded enum

The enum is from the original Mangos source. It is never sent over the
wire and thus can never be seen in Wireshark.
This commit is contained in:
Gtker 2021-05-08 15:50:01 +02:00 committed by Wireshark GitLab Utility
parent 1d998afb06
commit c496d62a34
1 changed files with 0 additions and 10 deletions

View File

@ -49,16 +49,6 @@ static const value_string cmd_vs[] = {
{ 0, NULL }
};
#if 0
static const value_string account_type_vs[] = {
{ 0, "Player" },
{ 1, "Moderator" },
{ 2, "Game master" },
{ 3, "Administrator" },
{ 0, NULL }
};
#endif
static const value_string realm_status_vs[] = {
{ 0, "Online" },
{ 1, "Locked" },