[7584] Fixed compiler warning at windows Author: arrai

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-29 17:21:48 -06:00
parent 7668b6aae6
commit d332c7225b

View File

@@ -395,7 +395,7 @@ void LoadDBCStores(const std::string& dataPath)
continue;
// prevent memory corruption; otherwise cls will become 12 below
if (! talentTabInfo->ClassMask & CLASSMASK_ALL_PLAYABLE)
if ((talentTabInfo->ClassMask & CLASSMASK_ALL_PLAYABLE)==0)
continue;
// store class talent tab pages