diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2023-08-20 21:07:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-20 21:07:21 +0200 |
| commit | 789dbb6e150d199cb22bd6008e5ae1c624abcdeb (patch) | |
| tree | 5dcf4bb276fae400d30f55cdb2271005d3d40a43 /sql/updates | |
| parent | 119200b74582bc90cc75ebd60873a3d9afb77fa0 (diff) | |
Scripts/Spells: Implement Ardent Defender (#29189)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2023_08_20_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_20_04_world.sql b/sql/updates/world/master/2023_08_20_04_world.sql new file mode 100644 index 00000000000..1ce02beb8fc --- /dev/null +++ b/sql/updates/world/master/2023_08_20_04_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_ardent_defender'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(31850,'spell_pal_ardent_defender'); |
