From 195551f69a1dd2e486ce93a8e39f36147d61c90a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 30 May 2016 09:41:19 +0200 Subject: DB/Quest: Typo Fix for Quest 263 By Tauriella, closes #17210 --- sql/updates/world/3.3.5/2016_05_30_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_05_30_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_05_30_04_world.sql b/sql/updates/world/3.3.5/2016_05_30_04_world.sql new file mode 100644 index 00000000000..0fc9244c100 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_05_30_04_world.sql @@ -0,0 +1,2 @@ +-- Change the Text to $N +UPDATE `quest_request_items` SET `CompletionText`= "Back so soon? In case I didn\'t make myself clear we need you to kill 10 Stonesplinter Shaman and 10 Stonesplinter Bonesnappers, $N. Now go get\'em, Trogg-Slayer!" WHERE `id` = 263; -- cgit v1.2.3