mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[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:
parent
a7b80733df
commit
8e9a201ea0
7 changed files with 211 additions and 449 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef __REVISION_SQL_H__
|
||||
#define __REVISION_SQL_H__
|
||||
#define REVISION_DB_CHARACTERS "required_10007_01_characters_pet_aura"
|
||||
#define REVISION_DB_MANGOS "required_10036_01_mangos_spell_proc_event"
|
||||
#define REVISION_DB_MANGOS "required_10044_02_mangos_spell_proc_event"
|
||||
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
|
||||
#endif // __REVISION_SQL_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue