mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/Creature): Update En'kilah Hatchling Faction (#15921)
* 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
This commit is contained in:
2
data/sql/updates/pending_db_world/2023_04_10_01.sql
Normal file
2
data/sql/updates/pending_db_world/2023_04_10_01.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user