mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 14:35:57 +00:00
fix(Scripts/ObsidianSanctum): enable Sartharion drakes patrols (#24702)
Co-authored-by: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user