DB/World: fix bad field rename introduced in 6b43e72f01

This commit is contained in:
ShinDarth
2015-09-03 13:45:52 +02:00
parent 24a624b38c
commit b41e0156db
2 changed files with 5 additions and 2 deletions

View 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`;