[10044] Generate talent related spell_chain data instead storing its in table.

* Drop now redundant part of data from `spell_chain`.
* Allow store in spell_proc_event cusom ranks data for ppm for chained ranks.
* Drop now redundant part of data from `spell_proc_event`.
This commit is contained in:
VladimirMangos 2010-06-08 01:17:32 +04:00
parent a7b80733df
commit 8e9a201ea0
7 changed files with 211 additions and 449 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10043"
#define REVISION_NR "10044"
#endif // __REVISION_NR_H__