Skip to content

Commit

Permalink
fix(DB/Creature): Correct Sunblade Sentinel fel lightning (#21245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Jan 23, 2025
1 parent 2baa3aa commit 2ca4551
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/sql/updates/pending_db_world/rev_1737598069427538700.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 24777;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 24777) AND (`source_type` = 0);
UPDATE `creature_addon` SET `auras` = '44537' WHERE `guid` IN (96944, 96945, 96946);

0 comments on commit 2ca4551

Please sign in to comment.