mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[7369] Remove ReqSourceRef in quest_template.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
2f02dc7642
commit
94de4437f8
8 changed files with 59 additions and 114 deletions
7
sql/updates/7369_01_mangos_quest_template.sql
Normal file
7
sql/updates/7369_01_mangos_quest_template.sql
Normal 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;
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue