From f217b48e95b7c7e6a93386cf48a2353f5e02e101 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 30 May 2016 07:27:35 +0200 Subject: DB/Misc: Fix startup errors --- sql/updates/world/6.x/2016_05_30_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/6.x/2016_05_30_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_05_30_01_world.sql b/sql/updates/world/6.x/2016_05_30_01_world.sql new file mode 100644 index 00000000000..9ed0b8128f4 --- /dev/null +++ b/sql/updates/world/6.x/2016_05_30_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag`|128 WHERE entry IN (SELECT `entry` FROM `npc_vendor`); -- cgit v1.2.3