Mercurial > mm7
diff Player.cpp @ 255:0a37a56e9f02
sprintfex & classes enum
author | Nomad |
---|---|
date | Mon, 18 Feb 2013 09:14:26 +0200 |
parents | 37dcbe8f3cca |
children | 92d443ed0cba ada52edca264 |
line wrap: on
line diff
--- a/Player.cpp Mon Feb 18 08:48:23 2013 +0200 +++ b/Player.cpp Mon Feb 18 09:14:26 2013 +0200 @@ -5758,7 +5758,7 @@ } if ( CheckHiredNPCSpeciality(v5) ) v2 += 4; - if ( v9->classType == PLAYER_CLASS_31 && PartyHasDragon() ) + if ( v9->classType == PLAYER_CLASS_WARLOCK && PartyHasDragon() ) v2 += 3; LABEL_86: if ( uSkillType <= PLAYER_SKILL_DARK )