From 5beb53e7b56028f8c2dd0f415e644098592128fe Mon Sep 17 00:00:00 2001 From: sogladev Date: Wed, 29 Apr 2026 02:37:23 +0200 Subject: [PATCH] fix(DB/Creature): Templates for Green and Gold arena npcs in Dalaran (#25467) --- .../updates/pending_db_world/rev_1776197344536353914.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1776197344536353914.sql diff --git a/data/sql/updates/pending_db_world/rev_1776197344536353914.sql b/data/sql/updates/pending_db_world/rev_1776197344536353914.sql new file mode 100644 index 000000000..a991dfbb8 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1776197344536353914.sql @@ -0,0 +1,6 @@ +-- +-- Unit flags observed: 8, 2304 (256 | 2048) +-- +256 IMMUNE_TO_PC - disables combat/assistance with PlayerCharacters (PC) +-- +2048 PET_IN_COMBAT +UPDATE `creature_template` SET `faction` = 2101, `unit_flags` = 256, `unit_flags2` = 2048 WHERE (`entry` IN (32343, 32342, 32324, 32321)); +UPDATE `creature_template` SET `faction` = 1770, `unit_flags` = 256, `unit_flags2` = 2048 WHERE (`entry` IN (32322, 32341, 32340, 32325));