refactor(Scripts/Ulduar): Update Ulduar to use boss states and other modernizations (#24714)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew
2026-02-15 08:57:57 -03:00
committed by GitHub
parent b348455d53
commit a05a43cee1
18 changed files with 9986 additions and 11504 deletions

View File

@@ -0,0 +1,2 @@
-- Remove unused ScriptName from Pure Saronite Deposit
UPDATE `gameobject_template` SET `ScriptName` = '' WHERE `entry` = 195036;