From aa006b490cd0c2d49eeb624533bcbb8430908cd4 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 28 Jun 2016 22:55:52 +0200 Subject: DB/Creature: remove one incorrect npcflag By tkrokli --- sql/updates/world/6.x/2016_06_28_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/6.x/2016_06_28_01_world.sql (limited to 'sql/updates') 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); -- cgit v1.2.3