aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_03_06_00_creature_template.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_03_06_00_creature_template.sql b/sql/updates/world/2014_03_06_00_creature_template.sql
new file mode 100644
index 00000000000..43e693d2cdb
--- /dev/null
+++ b/sql/updates/world/2014_03_06_00_creature_template.sql
@@ -0,0 +1,3 @@
+-- Fix Missing 'gossip' flag (1) so player can choose trainer or vendor window,
+-- current flag (208) only allowed vendor window to appear
+UPDATE `creature_template` SET `npcflag`=209 WHERE entry=33674;