aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-09-25 18:23:51 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-03-03 22:49:04 +0100
commite5381f64fe7676e2d348df40b3039780fe9c7821 (patch)
tree7c1b4d861f48bd2d00c09eded9474ecd2b33286c
parent2dfdaa49b4f6d7731735694d446450c20a6bf7c9 (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. (cherry picked from commit a6fd97389a6341d8c035914b9c3e05a126d4f6ec)
-rw-r--r--sql/updates/world/master/2017_03_03_11_world_2016_09_25_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_03_11_world_2016_09_25_02_world.sql b/sql/updates/world/master/2017_03_03_11_world_2016_09_25_02_world.sql
new file mode 100644
index 00000000000..6aee1a40404
--- /dev/null
+++ b/sql/updates/world/master/2017_03_03_11_world_2016_09_25_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_text` SET `language`=0 WHERE `entry`=23685;