diff options
| author | offl <offl@users.noreply.github.com> | 2020-09-26 03:57:43 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-02-28 00:06:38 +0100 |
| commit | 74962fdf3066cf2ce53b074316f26dcee9071be4 (patch) | |
| tree | 8ca789f422030adc202a759cb4a392c304113404 | |
| parent | 182cf26dda65128638451b5fb943842f1b2ec0fd (diff) | |
DB/Item: Fix page text content of item Foreboding Plans
Closes #25495
(cherry picked from commit 9f7824cbf00f22456054345c55b1b63831d85ada)
| -rw-r--r-- | sql/updates/world/master/2022_02_27_46_world_2020_09_26_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_27_46_world_2020_09_26_00_world.sql b/sql/updates/world/master/2022_02_27_46_world_2020_09_26_00_world.sql new file mode 100644 index 00000000000..7812a38b3c0 --- /dev/null +++ b/sql/updates/world/master/2022_02_27_46_world_2020_09_26_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `page_text` SET `Text` = "L. F. has ordered increased aggression against the fools in the Alliance. Below is a list of materials needed for an important mission against Southshore:$B$B1 week travel rations for 20 men$B20 black night suits$B20 pairs new shoes$B25 new swords$B30 throwing knives$B20 black masks$B10 vials inflammatory oil$B50 doses paralytic poison$B5 stolen Southshore guard uniforms, if available$B100 silver coins$B$B--Baron V.$BQuartermaster" WHERE `ID` = 371; |
