mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Scripts/Icecrown Citadel: Added Rotting Frost Giant script
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=26678;
|
||||
INSERT INTO `spell_script_names` VALUES (26678,'spell_item_create_heart_candy');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=26678;
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(26678,'spell_item_create_heart_candy');
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `minlevel`=82,`maxlevel`=82,`exp`=2,`unit_class`=1,`faction_A`=16,`faction_H`=16,`baseattacktime`=2000,`unit_flags`=33280,`speed_run`=0.9920629 WHERE `entry`=38494; -- Rotting Frost Giant
|
||||
4
sql/updates/world/2011_02_15_3_world_creature_text.sql
Normal file
4
sql/updates/world/2011_02_15_3_world_creature_text.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `creature_text` WHERE `entry` IN (38490,38494);
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
|
||||
(38490,0,0, '$n is infected with the Death Plague!',3,0,100,25,0,0, 'Rotting Frost Giant - Death Plague'),
|
||||
(38494,0,0, '$n is infected with the Death Plague!',3,0,100,25,0,0, 'Rotting Frost Giant - Death Plague');
|
||||
1
sql/updates/world/2011_02_15_3_world_scriptname.sql
Normal file
1
sql/updates/world/2011_02_15_3_world_scriptname.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_rotting_frost_giant' WHERE `entry` IN (38490,38494);
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_frost_giant_death_plague';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(72864,'spell_frost_giant_death_plague');
|
||||
Reference in New Issue
Block a user