[6968] Replace check for spell category removed in 3.0.x with spellid.

Should fix not interrupting wand casting by other spell cast.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2008-12-29 00:51:49 +01:00
parent 963c6e5cf7
commit 784cf098b0
4 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6967"
#define REVISION_NR "6968"
#endif // __REVISION_NR_H__