From 7bcc83696fe2b9828f86a8fe3b4f63d4b51c8484 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 12 Sep 2018 21:55:52 +0200 Subject: DB/Creature: Fix unit flag for Lich King and Sindragosa involved on Where Dragons Fell quest --- sql/updates/world/3.3.5/2018_09_12_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_09_12_00_world.sql diff --git a/sql/updates/world/3.3.5/2018_09_12_00_world.sql b/sql/updates/world/3.3.5/2018_09_12_00_world.sql new file mode 100644 index 00000000000..b5c908159d8 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_09_12_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=768 WHERE `entry` IN (32443, 32446); -- cgit v1.2.3