fix(DB/creature_template): PvP flagged creatures in Talon Den (#2681)

Co-authored-by: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com>
This commit is contained in:
Stefano Borzì
2020-03-19 19:41:51 +01:00
committed by GitHub
parent ef5d6eae9b
commit 6daaa5b7dc

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1582129218605106158');
-- Mirkfallon Keeper, Mirkfallon Dryad, Gatekeeper Kordurus, Rynthariel the Keymaster:
-- Use faction 124 instead of 79 (both Darnassus, but 79 has PvP flag)
UPDATE `creature_template` SET `faction` = 124 WHERE `entry` IN (4056,4061,4409,8518);