diff options
author | Alastro-Kraken <Alastro-Kraken@users.noreply.github.com> | 2022-01-27 17:21:55 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-25 23:57:49 +0100 |
commit | dc2e657238129ebcce1e0fca4e567ff65de91a6a (patch) | |
tree | d55a60d0c80b9a5fd9459687a5fb264dcd5662bd | |
parent | a32587ce75456271697546e5029f2c39b5036c57 (diff) |
DB/Item: fix text for Laird's Response
Closes #27668
(cherry picked from commit 3b97c4fdb17178e68ca7f66bb3fe011b40108b9f)
-rw-r--r-- | sql/updates/world/master/2022_03_25_20_world_2022_01_27_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_25_20_world_2022_01_27_01_world.sql b/sql/updates/world/master/2022_03_25_20_world_2022_01_27_01_world.sql new file mode 100644 index 00000000000..f259b26ef46 --- /dev/null +++ b/sql/updates/world/master/2022_03_25_20_world_2022_01_27_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `page_text` SET `Text`="Nessa,$B$BIt is good to hear from you.$B$BThe collection of bones and scales you sent me was incredible. Never have I seen fish of that size off the mainland. the fishers of Rut'theran must pull in easily a ton of fish each day!$B$BI envy the size of their bounty, but I am a small bit troubled as well. Could our new world tree make the fish grow to such a size? If that is so, what other effects might it have?$B$BQuestions to ponder,$B-Laird" WHERE `ID`=2513; |