mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
fix(Script/ObsidianSanctum): Lava Strike event now starts correctly. (#24723)
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user