
Pages:<< prev 1 next >>


Magician

GroupMembers
Posts239
JoinedJun 13, 2008
In fskills.c about line 490, you should see
The || victim->force_identified == 2 part isn't needed.
As far as I can tell nothing is looking for a value beyond -1, 0, or 1 concerning force_identified .
ayuri
else if( victim->force_identified == 1 || victim->force_identified == 2 )
The || victim->force_identified == 2 part isn't needed.
As far as I can tell nothing is looking for a value beyond -1, 0, or 1 concerning force_identified .
ayuri
Pages:<< prev 1 next >>