diff options
| author | ShinDarth <borzifrancesco@gmail.com> | 2015-09-03 13:45:52 +0200 |
|---|---|---|
| committer | ShinDarth <borzifrancesco@gmail.com> | 2015-09-03 15:02:21 +0200 |
| commit | b41e0156dbc084ec35603cb30492e0410eb697dd (patch) | |
| tree | ef2baf48e97037734d370a9716fcdfc51303ae32 /sql | |
| parent | 24a624b38c5d436341a4b87eef6fbe66afc4bfb6 (diff) | |
DB/World: fix bad field rename introduced in 6b43e72f019b6a91be812f4e4da58a4dae7c21a6
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_09_03_05_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_03_05_world_335.sql b/sql/updates/world/2015_09_03_05_world_335.sql new file mode 100644 index 00000000000..eed2d862803 --- /dev/null +++ b/sql/updates/world/2015_09_03_05_world_335.sql @@ -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`; |
