From c1606d3b2da093236f7392d001ffadc80ea3e1f7 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Wed, 1 Nov 2017 17:52:40 +0100 Subject: [PATCH] DB/Creature: Set correct unit flag to Rin'ji Closes #20775 --- sql/updates/world/3.3.5/2017_11_01_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_11_01_01_world.sql diff --git a/sql/updates/world/3.3.5/2017_11_01_01_world.sql b/sql/updates/world/3.3.5/2017_11_01_01_world.sql new file mode 100644 index 00000000000..7259d0d2c01 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_01_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry`=7780;