mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue