mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[8469] Fix possible garbage in character_spell after [8416]
Removed in sql update spell not expected to be listed in character_spell long before [8416] as dependent, but reported as partly listed. So do cleanup. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
b145659b31
commit
bf7c15a5a6
5 changed files with 25 additions and 3 deletions
|
|
@ -99,6 +99,7 @@ pkgdata_DATA = \
|
|||
8444_01_mangos_mangos_string.sql \
|
||||
8451_01_mangos_spell_proc_event.sql \
|
||||
8462_01_mangos_creature_ai_texts.sql \
|
||||
8469_01_characters_character_spell.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -178,4 +179,5 @@ EXTRA_DIST = \
|
|||
8444_01_mangos_mangos_string.sql \
|
||||
8451_01_mangos_spell_proc_event.sql \
|
||||
8462_01_mangos_creature_ai_texts.sql \
|
||||
8469_01_characters_character_spell.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue