Skip to content

Commit

Permalink
fix(DB/Creature): Correct Sunblade Sentinel fel lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Jan 23, 2025
1 parent 2490c9e commit 6b3f3cd
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 6b3f3cd

Please sign in to comment.