diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/ItemPrototype.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ItemPrototype.h b/src/game/ItemPrototype.h index 490953766cd..a6daf47cb48 100644 --- a/src/game/ItemPrototype.h +++ b/src/game/ItemPrototype.h @@ -522,7 +522,7 @@ struct ItemPrototype      uint32 AllowableClass;      uint32 AllowableRace;      uint32 ItemLevel; -    uint8 RequiredLevel; +    uint32 RequiredLevel;      uint32 RequiredSkill;                                   // id from SkillLine.dbc      uint32 RequiredSkillRank;      uint32 RequiredSpell;                                   // id from Spell.dbc  | 
