aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2017-05-02 02:16:16 +0200
committertkrokli <tkrokli@users.noreply.github.com>2017-05-02 02:16:16 +0200
commitcf8380a3a77d2585f13945a53b7579a1d2fb8468 (patch)
treea0a99cfe8d12041120582ed77d369d9a0fa82eb5
parentf6a4065f5ec0d5f263e31b080a395a98ee31ec4f (diff)
Fix missed apostrophe in previous commit
- beasts -> beast's
-rw-r--r--sql/updates/world/3.3.5/2017_05_02_00_world_335.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_02_00_world_335.sql b/sql/updates/world/3.3.5/2017_05_02_00_world_335.sql
index a7b7a70c4c3..3c961522f1e 100644
--- a/sql/updates/world/3.3.5/2017_05_02_00_world_335.sql
+++ b/sql/updates/world/3.3.5/2017_05_02_00_world_335.sql
@@ -1,2 +1,2 @@
-- Put "claw" instead of "head" in the Progress gossip of quest 6162, A Husband's Last Battle
-UPDATE `quest_request_items` SET `CompletionText` = "Do you have the beasts claw yet, $N? It will pay for its crimes. I don't care if it's corrupt or just angry for living in such a dismal forest. No furbolg will live for long committing such crimes against my family!" WHERE `ID`= 6162;
+UPDATE `quest_request_items` SET `CompletionText` = "Do you have the beast's claw yet, $N? It will pay for its crimes. I don't care if it's corrupt or just angry for living in such a dismal forest. No furbolg will live for long committing such crimes against my family!" WHERE `ID`= 6162;