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