diff options
| author | Killyana <morphone1@gmail.com> | 2015-10-05 14:37:30 +0200 | 
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-11-05 23:16:53 +0100 | 
| commit | aef5733f4c44e343b8a7f33f86b1538594157db9 (patch) | |
| tree | fbecc25fe4e6847f4a6cf9048fde316a50278844 | |
| parent | 0bc9319345e687a615ee8750295d52fe47c0f315 (diff) | |
DB/Quest: Fix a typo on CompletionText for Dark Storms
By @Espionage724
Closes #15652
(cherry picked from commit 7f8d19e73e3d169777a60dd9346d64c04b21a004)
| -rw-r--r-- | sql/updates/world/2015_11_05_02_world_2015_10_05_00.sql | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/sql/updates/world/2015_11_05_02_world_2015_10_05_00.sql b/sql/updates/world/2015_11_05_02_world_2015_10_05_00.sql new file mode 100644 index 00000000000..5f17920a9f5 --- /dev/null +++ b/sql/updates/world/2015_11_05_02_world_2015_10_05_00.sql @@ -0,0 +1,2 @@ +--  +UPDATE `quest_request_items` SET `CompletionText` = 'Did you find Fizzle, $N? He, and rest of the Burning Blade, must be scoured from our lands!' WHERE `ID` = 806; | 
