From e97ca908a07491f6d7859ecf7a5e1f4e62b1ef0b Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 15 Jun 2016 21:44:21 +0200 Subject: DB/NPC: Fix gossip texts for Argent Tournament faction vendors Closes #17368 --- sql/updates/world/3.3.5/2016_06_15_15_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_06_15_15_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_06_15_15_world_335.sql b/sql/updates/world/3.3.5/2016_06_15_15_world_335.sql new file mode 100644 index 00000000000..34b28152f28 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_15_15_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `type_flags`=0 WHERE `entry` IN (33557,33555,33553,33556,33554,33657,33653,33307,33310,33650); -- cgit v1.2.3