aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-06-28 22:55:52 +0200
committerGitHub <noreply@github.com>2016-06-28 22:55:52 +0200
commitaa006b490cd0c2d49eeb624533bcbb8430908cd4 (patch)
treeff0f7c0f750906bce52514f41b08c1ce63ccaacb
parentfe3cdd54df7e69766316ccfa9adf6654f586f8c3 (diff)
DB/Creature: remove one incorrect npcflag
By tkrokli
-rw-r--r--sql/updates/world/6.x/2016_06_28_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_28_01_world.sql b/sql/updates/world/6.x/2016_06_28_01_world.sql
new file mode 100644
index 00000000000..b5414324100
--- /dev/null
+++ b/sql/updates/world/6.x/2016_06_28_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `npcflag`=`npcflag` &~2 WHERE `entry` IN (15273, 15298);