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
This commit is contained in:
Grimfeather
2025-04-14 13:26:59 +02:00
committed by GitHub
parent dd0b5748ba
commit 36035d88f2

View File

@@ -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);