WOWW: Fix class enum

Original values were incorrect.

Mangos link:
e45aa74e0f/src/game/Server/SharedDefines.h (L75)
This commit is contained in:
Gtker 2021-07-31 18:59:16 +02:00 committed by Wireshark GitLab Utility
parent 41eeb05bd1
commit cf28565d4d
1 changed files with 4 additions and 4 deletions

View File

@ -231,10 +231,10 @@ typedef enum {
HUNTER = 3,
ROGUE = 4,
PRIEST = 5,
SHAMAN = 6,
MAGE = 7,
WARLOCK = 8,
DRUID = 9,
SHAMAN = 7,
MAGE = 8,
WARLOCK = 9,
DRUID = 11,
} classes;
static const value_string classes_strings[] = {