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:
cTrinity
2023-04-19 09:29:03 +08:00
committed by GitHub
parent e1cdcd84d7
commit 54854cb274

View 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);