From aef5733f4c44e343b8a7f33f86b1538594157db9 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 5 Oct 2015 14:37:30 +0200 Subject: DB/Quest: Fix a typo on CompletionText for Dark Storms By @Espionage724 Closes #15652 (cherry picked from commit 7f8d19e73e3d169777a60dd9346d64c04b21a004) --- sql/updates/world/2015_11_05_02_world_2015_10_05_00.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_11_05_02_world_2015_10_05_00.sql (limited to 'sql') 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; -- cgit v1.2.3