aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2023-06-24 04:48:16 +0200
committerGitHub <noreply@github.com>2023-06-24 04:48:16 +0200
commit76a84fcc868d794af439fe8441b0f820db764b87 (patch)
treea4f10c0b40ccc1108f4bafb40bd46e7a919fc7da /sql
parent80e22230c34106753cd6be57d9a496642e47216d (diff)
Scripts/Evoker: Implemented Pyre (Red) (#29093)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_06_24_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_06_24_00_world.sql b/sql/updates/world/master/2023_06_24_00_world.sql
new file mode 100644
index 00000000000..1048275b192
--- /dev/null
+++ b/sql/updates/world/master/2023_06_24_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_evo_pyre';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(393568,'spell_evo_pyre');