Mercurial > mm7
diff UI/Books/UISpellBook.cpp @ 1483:223605b325b3
Слияние
author | Ritor1 |
---|---|
date | Thu, 29 Aug 2013 12:04:55 +0600 |
parents | ff2118028c71 |
children | c4ab816fcc5e |
line wrap: on
line diff
--- a/UI/Books/UISpellBook.cpp Thu Aug 29 12:04:33 2013 +0600 +++ b/UI/Books/UISpellBook.cpp Thu Aug 29 12:04:55 2013 +0600 @@ -97,7 +97,7 @@ { for ( uint i = 1; i <= 11; ++i ) { - if (player->_guilds_member_bits[(11 * player->lastOpenedSpellbookPage) + i + 63] ) + if (player->_achieved_awards_bits[(11 * player->lastOpenedSpellbookPage) + i + 63] ) { if ( SBPageSSpellsTextureList[i] != PendingTexture ) {