diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-30 07:27:35 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-30 07:27:35 +0200 |
commit | f217b48e95b7c7e6a93386cf48a2353f5e02e101 (patch) | |
tree | 7f67a3ebd4a5bb29a49e2f7a11143ecd8e2c8ae0 | |
parent | c676f70cf654e90f88977a0fb0427b8080702129 (diff) |
DB/Misc: Fix startup errors
-rw-r--r-- | sql/updates/world/6.x/2016_05_30_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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`); |