From d332c7225ba71d7ba404e2a7eaf2cb41f0c8ec05 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 29 Mar 2009 17:21:48 -0600 Subject: [7584] Fixed compiler warning at windows Author: arrai --HG-- branch : trunk --- src/game/DBCStores.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp index 322ffca5d20..747ff0f86cb 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -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 -- cgit v1.2.3