aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTeleqraph <nyrdeveloper@gmail.com>2022-08-02 21:17:05 +0200
committerGitHub <noreply@github.com>2022-08-02 21:17:05 +0200
commitf20135696b28775449a2e6e9d6ef4fd8b422a74f (patch)
treee0ba0a5c317762f15263747ec3724009a67419a3 /sql
parent87e2d53fc132d101aec1d08c51a95eb56a6cc56e (diff)
Scripts/Spells: Priest - Sins of the Many fixed (#28122)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_08_02_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_08_02_01_world.sql b/sql/updates/world/master/2022_08_02_01_world.sql
new file mode 100644
index 00000000000..02e10aff69d
--- /dev/null
+++ b/sql/updates/world/master/2022_08_02_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_sins_of_the_many';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(280391, 'spell_pri_sins_of_the_many');