[10345] Fix passive spells that are active without shapeshift and certain shapeshift forms only.

Currently, 63411 is the only affected spell, but implementation is hopefully generic enough to cover future cases.
This commit is contained in:
Lynx3d 2010-08-11 19:34:02 +02:00
parent 29383e6b7b
commit 29281d476a
3 changed files with 44 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10344"
#define REVISION_NR "10345"
#endif // __REVISION_NR_H__