diff options
author | maximius <none@none> | 2009-11-01 20:05:19 -0800 |
---|---|---|
committer | maximius <none@none> | 2009-11-01 20:05:19 -0800 |
commit | 5ed3201ad61d7bfdc23b3a77ccfbe689cf0804db (patch) | |
tree | 440ea3f261ce05b1d17184cd616bb30e8d703c42 | |
parent | 065c1ae7123fc3858737fddcdb55991ef6da50e2 (diff) |
*Small revert of a change introduced in e5d15a2b1ede
--HG--
branch : trunk
-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 |