mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
fix (DB/creature_template): fix interraction with Light and Dark Essences (#11117)
* Update worldserver.conf.dist * Create rev_1647830174089422864.sql
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647830174089422864');
|
||||||
|
|
||||||
|
-- Trial of the Crusider - NPC_DARK_ESSENCE
|
||||||
|
UPDATE `creature_template` SET `npcflag` = 1 WHERE `entry` = 34567;
|
||||||
|
-- Trial of the Crusider - NPC_LIGHT_ESSENCE
|
||||||
|
UPDATE `creature_template` SET `npcflag` = 1 WHERE `entry` = 34568;
|
||||||
@@ -1814,7 +1814,7 @@ NpcRegenHPTimeIfTargetIsUnreachable = 10
|
|||||||
# Racial Trait Swap, NPC - All Mounts Modules
|
# Racial Trait Swap, NPC - All Mounts Modules
|
||||||
# Default: ""
|
# Default: ""
|
||||||
|
|
||||||
Creatures.CustomIDs = "190010,55005,999991,25462,98888,601014"
|
Creatures.CustomIDs = "190010,55005,999991,25462,98888,601014,34567,34568"
|
||||||
|
|
||||||
#
|
#
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user