mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[8250] Cleanup code and data for spell_threat
* Load table data to std::map instead SQLStorage and add check loaded spell existance. * Drop from table not existed spells. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
13b709a10b
commit
fd2eb3cfee
9 changed files with 64 additions and 33 deletions
|
|
@ -254,6 +254,7 @@ pkgdata_DATA = \
|
|||
8247_01_mangos_spell_bonus_data.sql \
|
||||
8249_01_mangos_spell_proc_item_enchant.sql \
|
||||
8249_02_mangos_spell_chain.sql \
|
||||
8250_01_mangos_spell_threat.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -488,4 +489,5 @@ EXTRA_DIST = \
|
|||
8247_01_mangos_spell_bonus_data.sql \
|
||||
8249_01_mangos_spell_proc_item_enchant.sql \
|
||||
8249_02_mangos_spell_chain.sql \
|
||||
8250_01_mangos_spell_threat.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue