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