[10742] Add spell_bonus_data.spell_bonus_data field and support for RAP bonuses use for spells damage from table.

Thanks to insider42 for prepering patch for mangos repo.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Also added loading check for redundant ap/ap_dot data in table.
This commit is contained in:
QAston 2010-11-19 05:15:22 +03:00 committed by VladimirMangos
parent 21d63d491b
commit f27741460f
8 changed files with 157 additions and 133 deletions

View file

@ -1,6 +1,6 @@
#ifndef __REVISION_SQL_H__
#define __REVISION_SQL_H__
#define REVISION_DB_CHARACTERS "required_10664_01_characters_arena_team_stats"
#define REVISION_DB_MANGOS "required_10704_01_mangos_gossip_menu_option"
#define REVISION_DB_MANGOS "required_10742_01_mangos_spell_bonus_data"
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
#endif // __REVISION_SQL_H__