From 5ed3201ad61d7bfdc23b3a77ccfbe689cf0804db Mon Sep 17 00:00:00 2001 From: maximius Date: Sun, 1 Nov 2009 20:05:19 -0800 Subject: *Small revert of a change introduced in e5d15a2b1ede --HG-- branch : trunk --- src/game/ItemPrototype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3