diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-05 06:09:42 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-05 06:09:42 +0200 |
| commit | 5a91e2cea025695e332a35a27d86fed6c685679a (patch) | |
| tree | 87e92a23abe52bed7d3f8fd200f33a2004b860fb | |
| parent | 5a2726affb04d48b323b95f85bd3669b8ab2eeb0 (diff) | |
DB/Item: fix text for item "A Letter to Grelin Whitebeard"
Closes #17268 by SnapperRy
| -rw-r--r-- | sql/updates/world/3.3.5/2016_06_05_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_05_02_world.sql b/sql/updates/world/3.3.5/2016_06_05_02_world.sql new file mode 100644 index 00000000000..cab093eb88f --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_05_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `page_text` SET `Text`="Grelin,$B$BMy time is short and many matters press on my time, and I hope that your investigation of the trolls will not be one of them. Therefore I will allow you to use my authority in dealing with the trolls in whatever fashion you deem necessary, more so if you are able to find an expedient solution.$B$BMagni Bronzebeard" WHERE `ID`=80; |
