mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Quests: update quest_template fields to 4.4.0
This commit is contained in:
6
sql/updates/world/cata_classic/2024_06_13_00_world.sql
Normal file
6
sql/updates/world/cata_classic/2024_06_13_00_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE `quest_template`
|
||||
DROP COLUMN `ContentTuningID`,
|
||||
ADD COLUMN `QuestLevel` INT DEFAULT 0 NOT NULL AFTER `QuestType`,
|
||||
ADD COLUMN `QuestScalingFactionGroup` INT DEFAULT 0 NOT NULL AFTER `QuestLevel`,
|
||||
ADD COLUMN `QuestMaxScalingLevel` INT DEFAULT 0 NOT NULL AFTER `QuestScalingFactionGroup`,
|
||||
ADD COLUMN `MinLevel` INT DEFAULT 0 NOT NULL AFTER `QuestPackageID`;
|
||||
Reference in New Issue
Block a user