aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-03-03 18:07:56 +0100
committerGitHub <noreply@github.com>2024-03-03 18:07:56 +0100
commit39ecc95e8048a631e9deb9d287945f31f29843b6 (patch)
treebdd7ab3d7763a8c38f68c20e6330516d8cd8f08b
parent4fef02c4c91ab2fa4f358dc0abc8780a451fe43d (diff)
DB/Quest: The Purification of Quel'Delar
the gossip must be added only to entrance guards
-rw-r--r--sql/updates/world/3.3.5/2024_03_03_03_world.sql3
1 files changed, 3 insertions, 0 deletions
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);