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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);