Scripts/Spells: Fixed Rapture (#27800)

Trigger PW:S after cast to move it after EFFECT_1

Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
Teleqraph
2022-02-26 23:09:14 +01:00
committed by GitHub
parent 8de5053a65
commit f9753cb3dc
2 changed files with 41 additions and 1 deletions

View File

@@ -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');