diff options
author | Alastro-Kraken <Alastro-Kraken@users.noreply.github.com> | 2022-01-27 17:21:55 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2022-01-27 17:21:55 +0200 |
commit | 3b97c4fdb17178e68ca7f66bb3fe011b40108b9f (patch) | |
tree | 1ed1dfcb80b107c1af738d7dccc91df4438c304a | |
parent | 36877671ed6e988d925f172e246036d1b4ec21d5 (diff) |
DB/Item: fix text for Laird's Response
Closes #27668
-rw-r--r-- | sql/updates/world/3.3.5/2022_01_27_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_01_27_01_world.sql b/sql/updates/world/3.3.5/2022_01_27_01_world.sql new file mode 100644 index 00000000000..f259b26ef46 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |