diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_09_08_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_09_08_01_world.sql b/sql/updates/world/3.3.5/2019_09_08_01_world.sql new file mode 100644 index 00000000000..852c6588cb8 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_09_08_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_request_items` SET `CompletionText`="Our spells of Fortify are very powerful, $N. They allow our companions to take further injury from all types of attacks and survive in situations where they would normally fall. But this is nothing when compared to our abilities to heal. There are no greater healers than a priest--do well to remember that. Your power alone can turn the tides of battle easily." WHERE `ID`=5621; |