aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-09-25 18:23:51 +0200
committerGitHub <noreply@github.com>2016-09-25 18:23:51 +0200
commita6fd97389a6341d8c035914b9c3e05a126d4f6ec (patch)
treed128f408c303f475b9ce08874b1994f01d8a3611
parentec221c550049a361e135b6adbf600c045a352296 (diff)
DB/Creature: fix creature_text for Gordok Brew Barker.
NPC is spawned in both Alliance and Horde Brewfest locations. Should not speak only Orcish.
-rw-r--r--sql/updates/world/3.3.5/2016_09_25_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_25_02_world.sql b/sql/updates/world/3.3.5/2016_09_25_02_world.sql
new file mode 100644
index 00000000000..6aee1a40404
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_09_25_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_text` SET `language`=0 WHERE `entry`=23685;