Mercurial > mm7
diff mm7_4.cpp @ 1354:05becb008006
Player::_49327B to Player::ProfessionOrGuildFlagsCorrect, removed a huge section of the function that's never used (only 4 inputs used)
author | Grumpy7 |
---|---|
date | Sat, 13 Jul 2013 13:12:21 +0200 |
parents | b99aeb077d4f |
children | af2fc30d765f |
line wrap: on
line diff
--- a/mm7_4.cpp Sat Jul 13 12:35:02 2013 +0200 +++ b/mm7_4.cpp Sat Jul 13 13:12:21 2013 +0200 @@ -5497,13 +5497,13 @@ switch ( dword_F8B1AC_award_bit_number ) { case 19: - if ( pPlayers[uActiveCharacter]->_49327B(0x22u, 1) == 1 ) + if ( pPlayers[uActiveCharacter]->GetProfessionOrGuildFlags(0x22u, 1) == 1 ) { if ( !gold_transaction_amount ) goto LABEL_79; goto LABEL_42; } - if ( pPlayers[uActiveCharacter]->_49327B(26, 1) == 1 ) + if ( pPlayers[uActiveCharacter]->GetProfessionOrGuildFlags(0x1Au, 1) == 1 ) { if ( !gold_transaction_amount ) goto LABEL_79; @@ -5511,13 +5511,13 @@ } return v35; case 20: - if ( pPlayers[uActiveCharacter]->_49327B(0x23u, 1) == 1 ) + if ( pPlayers[uActiveCharacter]->GetProfessionOrGuildFlags(0x23u, 1) == 1 ) { if ( !gold_transaction_amount ) goto LABEL_79; goto LABEL_42; } - if ( pPlayers[uActiveCharacter]->_49327B(27, 1) == 1 ) + if ( pPlayers[uActiveCharacter]->GetProfessionOrGuildFlags(0x1Bu, 1) == 1 ) { if ( !gold_transaction_amount ) goto LABEL_79;