[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:
The_Game_Master 2009-09-05 04:32:27 +04:00 committed by VladimirMangos
parent b145659b31
commit bf7c15a5a6
5 changed files with 25 additions and 3 deletions

View file

@ -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