aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2020-08-31 23:10:44 +0300
committeroffl <offl@users.noreply.github.com>2020-08-31 23:10:44 +0300
commit550be861fd945759e4476f8e5f7a28633688a847 (patch)
tree424d6fbdba668a7671dfeffba4e364c487290c1f /sql
parent081f96260538cfa6fb030753991a191ab4e05c6d (diff)
DB/Texts: Restore incorrectly removed page text (Venture Co. Documents)
Closes #25357 Ref #17377
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_08_31_02_world_335.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_31_02_world_335.sql b/sql/updates/world/3.3.5/2020_08_31_02_world_335.sql
new file mode 100644
index 00000000000..5e893f29e7e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_08_31_02_world_335.sql
@@ -0,0 +1,6 @@
+-- Venture Co. Documents
+DELETE FROM `page_text` WHERE `ID`= 354;
+INSERT INTO `page_text` (`ID`, `Text`, `NextPageID`, `VerifiedBuild`) VALUES
+(354, 'mill.', 0, 0);
+
+UPDATE `page_text` SET `NextPageID`= 354, `Text`= "a large scale operation so close to the tauren homeland, but do not feel that they pose a large impediment to our overall business plan in the area.$B$BWe are pleased to hear that mining has begun in the mineral rich plains of Mulgore. Because of this the board has approved your equipment request. In addition to mining, we feel that Mulgore also has much to offer in the way of lumber, thus you will also be provided with several of our newest model shredders and raw materials to construct a" WHERE `ID`= 353;