From f500b63b3822cb1f3d8468cda716f85b72557a87 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 9 Oct 2018 16:53:52 +0200 Subject: DB/Creature: Make Archivum System images not selectable --- sql/updates/world/3.3.5/2018_10_09_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_10_09_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_10_09_03_world.sql b/sql/updates/world/3.3.5/2018_10_09_03_world.sql new file mode 100644 index 00000000000..51fae309bc4 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_09_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=33555200 WHERE `entry` IN (33880,34011,33878,33877,33879,34032,33761,33861,33862,33876); -- cgit v1.2.3