Mercurial > mm7
diff UI/Books/UISpellBook.cpp @ 1465:090ff42290c4
Слияние
author | Ritor1 |
---|---|
date | Mon, 26 Aug 2013 10:39:24 +0600 |
parents | ff2118028c71 |
children | c4ab816fcc5e |
line wrap: on
line diff
--- a/UI/Books/UISpellBook.cpp Mon Aug 26 10:39:10 2013 +0600 +++ b/UI/Books/UISpellBook.cpp Mon Aug 26 10:39:24 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 ) {