[8088] Fixed min_range checking for spell casts.

Skip in check values 0.0f from DBC, this spells
do not have min range limitation.

This should fix some inappropriate target too close messages.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-06-29 01:10:26 +02:00 committed by tomrus88
parent 55a383cbd0
commit ed8a3a39cc
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8087"
#define REVISION_NR "8088"
#endif // __REVISION_NR_H__