diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-21 07:48:11 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-21 07:48:11 +0200 |
commit | e3e342b0f79cfb9e88fbb9aba124c6f8c611eb1b (patch) | |
tree | 21cd63a8396bb3fc40cc54e00f0df14523d6522a | |
parent | 9c16940193d0f2f3c15a19994dca244bbb26ca59 (diff) |
DB/Quest: operation Gnomeran chain correction
By untaught, closes #8314
-rw-r--r-- | sql/updates/world/2014_04_21_01_world_quest_template.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2014_04_21_01_world_quest_template.sql b/sql/updates/world/2014_04_21_01_world_quest_template.sql new file mode 100644 index 00000000000..4fe092577e0 --- /dev/null +++ b/sql/updates/world/2014_04_21_01_world_quest_template.sql @@ -0,0 +1,8 @@ +-- +UPDATE `quest_template` SET `prevquestid`=25229 WHERE `id`=25199; +UPDATE `quest_template` SET `prevquestid`=25199 WHERE `id`=25285; +UPDATE `quest_template` SET `prevquestid`=25285 WHERE `id`=25289; +UPDATE `quest_template` SET `prevquestid`=25289 WHERE `id`=25295; +UPDATE `quest_template` SET `prevquestid`=25199 WHERE `id`=25212; +UPDATE `quest_template` SET `prevquestid`=25295 WHERE `id`=25283; +UPDATE `quest_template` SET `prevquestid`=25283 WHERE `id`=25500; |