[7463] Make basic preparations for replace 0 as ok spell cast value by more correct value.

Currently 0 used ast OK value for spell cast checks BUT 0 = SPELL_FAILED_AFFECTING_COMBAT
So another values need used. This required lot code changes. This is first step.
This commit is contained in:
VladimirMangos 2009-03-15 23:55:34 +03:00
parent 57c415f5e1
commit 9def5df2d7
4 changed files with 189 additions and 187 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7462"
#define REVISION_NR "7463"
#endif // __REVISION_NR_H__