diff options
| author | Teleqraph <nyrdeveloper@gmail.com> | 2023-08-26 21:52:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-26 21:52:33 +0200 |
| commit | f5c65c3551f381d394035404c60ab62fa80b8240 (patch) | |
| tree | 05421d2194f35e796a3e697c3066196f27f6f094 /sql | |
| parent | 4118d0bbd83ec5dd8a10b4178360c8a5b9e573ef (diff) | |
Scripts/Spells: Implement priest talent Evangelism (#29212)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_08_26_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_26_04_world.sql b/sql/updates/world/master/2023_08_26_04_world.sql new file mode 100644 index 00000000000..c7ba1864164 --- /dev/null +++ b/sql/updates/world/master/2023_08_26_04_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_evangelism'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(246287,'spell_pri_evangelism'); |
