From 39ecc95e8048a631e9deb9d287945f31f29843b6 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 3 Mar 2024 18:07:56 +0100 Subject: DB/Quest: The Purification of Quel'Delar the gossip must be added only to entrance guards --- sql/updates/world/3.3.5/2024_03_03_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_03_03_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2024_03_03_03_world.sql b/sql/updates/world/3.3.5/2024_03_03_03_world.sql new file mode 100644 index 00000000000..797150a5eba --- /dev/null +++ b/sql/updates/world/3.3.5/2024_03_03_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `npcflag`=0 WHERE `entry`=37523; +UPDATE `creature` SET `npcflag`=1 WHERE `guid` IN (121400, 121399); -- cgit v1.2.3