fix(Scripts/ObsidianSanctum): enable Sartharion drakes patrols (#24702)

Co-authored-by: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
This commit is contained in:
sogladev
2026-02-15 13:00:27 +01:00
committed by GitHub
parent a05a43cee1
commit 19f418f489
4 changed files with 239 additions and 159 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `waypoint_data` WHERE `id` IN (304490, 304520, 304510);
-- CREATURE_FLAG_EXTRA_HARD_RESET
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x80000000 WHERE (`entry` = 28860);