From 36035d88f20b388a6e992290b5563bb56fbec936 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:26:59 +0200 Subject: [PATCH] Create zone_stratholme.sql - stratholme living side, 3 doors not locked that should require the scarlet key the bastion door (entry 175967) hoard door (entry 175968) the high command door (entry 176194) ! requires clearing client cache --- sql/world/base/zone_stratholme.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/world/base/zone_stratholme.sql diff --git a/sql/world/base/zone_stratholme.sql b/sql/world/base/zone_stratholme.sql new file mode 100644 index 0000000..3b631ee --- /dev/null +++ b/sql/world/base/zone_stratholme.sql @@ -0,0 +1,3 @@ +-- stratholme living side, 3 doors not locked that should require the scarlet key +UPDATE gameobject_template SET `Data1` = 299 WHERE `entry` IN (175967, 175968, 176194); +UPDATE gameobject_template_addon SET `flags` = 34 WHERE `entry` IN (175967, 175968, 176194);