diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_05_02_00_world_335.sql | 2 |
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; |