mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
DB/World: fix bad field rename introduced in 6b43e72f01
This commit is contained in:
3
sql/updates/world/2015_09_03_05_world_335.sql
Normal file
3
sql/updates/world/2015_09_03_05_world_335.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `quest_template`
|
||||
CHANGE COLUMN `Method` `QuestType` TINYINT(3) UNSIGNED NOT NULL DEFAULT '2' AFTER `ID`,
|
||||
CHANGE COLUMN `QuestType` `QuestInfoID` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' AFTER `QuestSortID`;
|
||||
Reference in New Issue
Block a user