fix(Script/ObsidianSanctum): Lava Strike event now starts correctly. (#24723)

This commit is contained in:
Rocco Silipo
2026-02-15 17:42:54 +01:00
committed by GitHub
parent d9807742e5
commit 404a568bef
2 changed files with 19 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
-- Move the text in its own group.
UPDATE `creature_text` SET `GroupID` = 10, `ID` = 0 WHERE (`CreatureID` = 28860) AND (`GroupID` = 7) AND (`ID` = 3);