Mercurial > mm7
diff Player.h @ 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 | 88f80476c99c |
children | af2fc30d765f |
line wrap: on
line diff
--- a/Player.h Sat Jul 13 12:35:02 2013 +0200 +++ b/Player.h Sat Jul 13 13:12:21 2013 +0200 @@ -571,7 +571,7 @@ bool CanSteal(); bool CanEquip_RaceAndAlignmentCheck(unsigned int uItemID); int SetCondition(unsigned int uConditionIdx, int a3); - int _49327B(unsigned int uClass, int a3); + bool GetProfessionOrGuildFlags(unsigned int uClass, int a3); void PlaySound(PlayerSpeech speech, int a3); void PlayEmotion(CHARACTER_EXPRESSION_ID expression, int a3); void ItemsEnchant(int enchant_count);