mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +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;
|
||||
Reference in New Issue
Block a user