From 6daaa5b7dc129a2f5cbc4b542cee50def3f826e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Thu, 19 Mar 2020 19:41:51 +0100 Subject: [PATCH] fix(DB/creature_template): PvP flagged creatures in Talon Den (#2681) Co-authored-by: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> --- .../sql/updates/pending_db_world/rev_1582129218605106158.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1582129218605106158.sql diff --git a/data/sql/updates/pending_db_world/rev_1582129218605106158.sql b/data/sql/updates/pending_db_world/rev_1582129218605106158.sql new file mode 100644 index 000000000..1df10caaf --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1582129218605106158.sql @@ -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);