mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core/Scripts Improve Jormungars fight
(cherry picked from commit0912df258d) Rename spell_snakes_spray for spell_jormungars_snakes_spray and cleanup (cherry picked from commit2c9c8afc0f) Fixing the issue (cherry picked from commit81083a8593) Changing remove aura method (cherry picked from commitb88d49be24) changing creature_text (tk feedback) (cherry picked from commit9b444877dd) Override and tkrokli again :D (cherry picked from commit7205b4dd65) Fix SQL name (cherry picked from commitcae19692ab)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
DELETE FROM `spell_script_names` where `ScriptName` IN ('spell_jormungars_burning_spray','spell_jormungars_paralytic_spray','spell_jormungars_paralytic_toxin','spell_jormungars_paralysis');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(66902,'spell_jormungars_burning_spray'), -- Burning Spray
|
||||
(66901,'spell_jormungars_paralytic_spray'), -- Paralytic Spray
|
||||
(66823,'spell_jormungars_paralytic_toxin'), -- Paralytic Toxin
|
||||
(66830,'spell_jormungars_paralysis'); -- Paralysis
|
||||
|
||||
-- Acidmaw missing text
|
||||
DELETE FROM `creature_text` where entry = 35144 AND groupid = 1;
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
|
||||
(35144,1,0,'You have been infected with a Paralytic Toxin!',42,0,100,0,0,0,36323,0,'Acidmaw - Special Attack');
|
||||
Reference in New Issue
Block a user