diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-17 11:25:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-17 11:25:22 +0200 |
commit | ace9c1af994666dacc37ae03487be7ffcd4112b5 (patch) | |
tree | 8d36e6458f56ab7dd3993cbcaa2e47a806b9fed9 | |
parent | cfc40f2cccee891dba364a9cefb3ab0057a7d7fc (diff) |
DB/Creature: fix some npcflags
closes #15963 by tkrokli
-rw-r--r-- | sql/updates/world/6.x/2016_06_17_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_17_00_world.sql b/sql/updates/world/6.x/2016_06_17_00_world.sql new file mode 100644 index 00000000000..af5e1dca844 --- /dev/null +++ b/sql/updates/world/6.x/2016_06_17_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag` &~2 WHERE `entry` IN (16521, 16522); |