From e5381f64fe7676e2d348df40b3039780fe9c7821 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sun, 25 Sep 2016 18:23:51 +0200 Subject: 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) --- sql/updates/world/master/2017_03_03_11_world_2016_09_25_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_03_03_11_world_2016_09_25_02_world.sql (limited to 'sql') 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; -- cgit v1.2.3