From 54854cb2744b77d847024e3258eb59a6d80cdbda Mon Sep 17 00:00:00 2001 From: cTrinity <58204838+cTrinity@users.noreply.github.com> Date: Wed, 19 Apr 2023 09:29:03 +0800 Subject: [PATCH] fix(DB/Creature): Update En'kilah Hatchling Faction (#15921) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(DB/Creature): Update En'kilah Hatchling Flags update En'kilah Hatchling(id = 25388,25390) unit_flags add 256 (Unable to fight or communicate with players) * Update and rename data/sql/updates/db_world/2023_04_10_01.sql to 数据/.sql/更新/db_world/2023_04_10_01.sql update faction * fix(DB/Creature): Update En'kilah Hatchling Flags update En'kilah Hatchling(id = 25388,25389,25390) faction to 634 * Path error Path error --- data/sql/updates/pending_db_world/2023_04_10_01.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/2023_04_10_01.sql diff --git a/data/sql/updates/pending_db_world/2023_04_10_01.sql b/data/sql/updates/pending_db_world/2023_04_10_01.sql new file mode 100644 index 000000000..8172f81e1 --- /dev/null +++ b/data/sql/updates/pending_db_world/2023_04_10_01.sql @@ -0,0 +1,2 @@ +-- DB update En'kilah Hatchling faction (Unable to fight or communicate with players) +UPDATE `creature_template` SET `faction` = 634 WHERE `entry` IN (25388, 25389, 25390);