mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
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:
3
sql/updates/world/master/2022_02_26_00_world.sql
Normal file
3
sql/updates/world/master/2022_02_26_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user