diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-19 21:01:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-19 21:01:26 +0200 |
commit | 4ce02d132ae8acc6d53de8f9b775a0c0b74edcbd (patch) | |
tree | ce14bb20a8ad03a468604c17a91444a16a64ce81 | |
parent | 78b31e963795f62700e06b1d5266172772394327 (diff) |
DB/Creature: remove one incorrect npcflag
By tkrokli
-rw-r--r-- | sql/updates/world/6.x/2016_06_19_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_19_00_world.sql b/sql/updates/world/6.x/2016_06_19_00_world.sql new file mode 100644 index 00000000000..e125222ebf3 --- /dev/null +++ b/sql/updates/world/6.x/2016_06_19_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag` &~2 WHERE `entry` IN (3101); |