mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
Script/Naxxramas: Fixed "A Spore Loser", texts and timers for Loatheb encounter.
Creds to Warpten, thanks.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `disables` WHERE `sourceType`=4 AND `entry` IN (7612,7613);
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (7612,7613);
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
|
||||
(7612,11,0,0, 'achievement_spore_loser'),
|
||||
(7613,11,0,0, 'achievement_spore_loser');
|
||||
5
sql/updates/world/2012_01_09_00_world_creature_text.sql
Normal file
5
sql/updates/world/2012_01_09_00_world_creature_text.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `creature_text` WHERE `entry`=16011;
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
|
||||
(16011,0,0, 'An aura of necrotic energy blocks all healing!',41,0,100,0,0,0, 'Loatheb'),
|
||||
(16011,1,0, 'The aura fades away, allowing for healing once more!',41,0,100,0,0,0, 'Loatheb'),
|
||||
(16011,2,0, 'The aura''s power begins to wane!',41,0,100,0,0,0, 'Loatheb');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=59481;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(59481, 'spell_loatheb_necrotic_aura_warning');
|
||||
Reference in New Issue
Block a user