From 4ce02d132ae8acc6d53de8f9b775a0c0b74edcbd Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 19 Jun 2016 21:01:26 +0200 Subject: DB/Creature: remove one incorrect npcflag By tkrokli --- sql/updates/world/6.x/2016_06_19_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/6.x/2016_06_19_00_world.sql (limited to 'sql') 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); -- cgit v1.2.3