mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
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:
3
sql/world/base/zone_stratholme.sql
Normal file
3
sql/world/base/zone_stratholme.sql
Normal 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);
|
||||
Reference in New Issue
Block a user