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:
Bogir[rus]
2022-04-01 15:07:02 +05:00
committed by GitHub
parent 76227539dd
commit 09595bb3f0
2 changed files with 7 additions and 1 deletions

View File

@@ -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;