aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTeleqraph <nyrdeveloper@gmail.com>2022-02-26 23:09:14 +0100
committerGitHub <noreply@github.com>2022-02-26 23:09:14 +0100
commitf9753cb3dc89d2cf689879e95e4473ee9da1bc59 (patch)
tree16d72021b3cfebb311c49ed7ac09e6c9d286889e /sql
parent8de5053a655a59cc1d38b1e1de59950ab32629cf (diff)
Scripts/Spells: Fixed Rapture (#27800)
Trigger PW:S after cast to move it after EFFECT_1 Co-authored-by: Shauren <shauren.trinity@gmail.com>
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_02_26_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_26_00_world.sql b/sql/updates/world/master/2022_02_26_00_world.sql
new file mode 100644
index 00000000000..1aeb394d738
--- /dev/null
+++ b/sql/updates/world/master/2022_02_26_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_rapture';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(47536,'spell_pri_rapture');