[7369] Remove ReqSourceRef in quest_template.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
NoFantasy 2009-03-02 03:30:38 +03:00 committed by VladimirMangos
parent 2f02dc7642
commit 94de4437f8
8 changed files with 59 additions and 114 deletions

View file

@ -0,0 +1,7 @@
ALTER TABLE db_version CHANGE COLUMN required_7349_01_mangos_spell_area required_7369_01_mangos_quest_template bit;
ALTER TABLE quest_template
DROP COLUMN ReqSourceRef1,
DROP COLUMN ReqSourceRef2,
DROP COLUMN ReqSourceRef3,
DROP COLUMN ReqSourceRef4;

View file

@ -188,6 +188,7 @@ pkgdata_DATA = \
7331_01_mangos_command.sql \
7332_01_mangos_command.sql \
7349_01_mangos_spell_area.sql \
7369_01_mangos_quest_template.sql \
README
## Additional files to include when running 'make dist'
@ -356,4 +357,5 @@ EXTRA_DIST = \
7331_01_mangos_command.sql \
7332_01_mangos_command.sql \
7349_01_mangos_spell_area.sql \
7369_01_mangos_quest_template.sql \
README