diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-02-25 11:04:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-25 11:04:54 +0100 |
| commit | b8d3aea2165c031f011f07babaf100974b6c0ade (patch) | |
| tree | c8cdfb3b4dcc450ef30894ac9af2896654550da9 /sql | |
| parent | d7d382ea43f945b890aa5227459ec27df178e032 (diff) | |
Scripts/Spells: Fix energize for spell Doom (Warlock) (#29748)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_02_25_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_02_25_01_world.sql b/sql/updates/world/master/2024_02_25_01_world.sql new file mode 100644 index 00000000000..1d6472047b0 --- /dev/null +++ b/sql/updates/world/master/2024_02_25_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_doom'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(603, 'spell_warl_doom'); |
