fix(DB/Misc): Bad delete in update file (#21307)
Co-authored-by: Andrew <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
parent
5e7d4bd9d7
commit
137337601d
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
-- DB update 2025_01_31_00 -> 2025_01_31_01
|
||||
-- Add pure energy immune script for Vex
|
||||
DELETE FROM `creature_template` WHERE `ScriptName` = 'npc_pure_energy' AND entry = 24745;
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_pure_energy' WHERE (`entry` = 24745);
|
||||
|
||||
-- AOE_IMMUNE Flag for pure energy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue