fix(Script/ObsidianSanctum): Lava Strike event now starts correctly. (#24723)
This commit is contained in:
parent
d9807742e5
commit
404a568bef
2 changed files with 19 additions and 31 deletions
3
data/sql/updates/pending_db_world/lava_strike.sql
Normal file
3
data/sql/updates/pending_db_world/lava_strike.sql
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue