[11538] Add safeguard against weirdness in UpdateCombatSkills

Prevent weapon/defense update also in case of negative skill difference result (may become negative after use of .level -N -command)

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-05-25 12:24:29 +02:00
parent 4b919b1f32
commit 0fbf2cf7d3
2 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11537"
#define REVISION_NR "11538"
#endif // __REVISION_NR_H__