diff options
author | Killyana <morphone1@gmail.com> | 2016-06-15 21:44:21 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-06-15 21:44:21 +0200 |
commit | e97ca908a07491f6d7859ecf7a5e1f4e62b1ef0b (patch) | |
tree | e6a2708b0beed1174dad6465ff358dec9795419f | |
parent | 92909009e01c98c474f6e92bf0066caa4c9b8e75 (diff) |
DB/NPC: Fix gossip texts for Argent Tournament faction vendors
Closes #17368
-rw-r--r-- | sql/updates/world/3.3.5/2016_06_15_15_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |