aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2014-03-28 20:25:34 -0400
committerKinzcool <kinzzcool@hotmail.com>2014-03-28 20:25:34 -0400
commitd8779da3a256b21fe5f695ff3aee13aa9552c9c9 (patch)
tree9c896f103d59b9b68838d39439c91a614eddbca3 /sql
parenta3e56b06897b1768f52cc3ecbf7a9b836228fe19 (diff)
DB/Text: Added the missing page texts for the book "Portals are NOT Garbage Bins!"
Closes #3362
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_03_28_00_world_page_text.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2014_03_28_00_world_page_text.sql b/sql/updates/world/2014_03_28_00_world_page_text.sql
new file mode 100644
index 00000000000..dd22574801b
--- /dev/null
+++ b/sql/updates/world/2014_03_28_00_world_page_text.sql
@@ -0,0 +1,9 @@
+DELETE FROM `page_text` WHERE `entry` IN (3470, 3471);
+INSERT INTO `page_text` (`entry`, `text`, `next_page`, `WDBVerified`) VALUES
+(3470, 'The sheer vastness of the nether is no excuse for using it as a garbage repository! Your Portal and Teleport spells are a great privilege and responsibility, and carelessly casting the waste from your noontime meals into a portal could have GRAVE CONSEQUENCES for all of Azeroth! Please secure all objects when traveling via portal and report any lost objects to the Kirin Tor council at once. Read the latest edition of "Thinking with Portals - A Memorandum on Proper Portal Usage" for all information regarding portal use. ', 3471, 17538), -- 3470
+(3471, 'If this problem grows any further out of hand, I will be forced to insist that all portal travelers relinquish their weaponry and personal hygiene supplies before embarking. And the next time my lecture notes appear among the rubbish, I will personally transform the heads of all apprentices into dunce caps!
+
+--Archmage Runeweaver
+', 0, 17538); -- 3471
+
+UPDATE `page_text` SET `text`='As you are all well aware, we as an organization make a regular habit of combing the local reaches of the twisting nether for misplaced objects. This has turned up all manner of wayward treasure, from errant magical essences to crackling shards of mystic power to entire suits of armor and powerful weaponry. Increasingly of late, however, we have also begun to turn up garbage and refuse as well.', `next_page`=3470, `WDBVerified`=17538 WHERE `entry`=3469; -- 3469