mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +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
|
||||
# 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