[7067] Move inactive form/stance passive spells from playercreateinfo_spell to spell_learn_spell with active field.

This let have in `playercreateinfo_spell` only expected at character creating spells for simplify updating.
This commit is contained in:
VladimirMangos 2009-01-11 01:59:04 +03:00
parent 6165da2b3a
commit f956a3bf10
12 changed files with 2742 additions and 2724 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7066"
#define REVISION_NR "7067"
#endif // __REVISION_NR_H__