mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Scripts/Northrend: talk event for quest A Suitable Test Subject (#20462)
- When using the quest item for A Suitable Test Subject and the spell aura vanishes, Bloodmage Laurith should turn toward the player and whisper a line. - This is handled via spell event for Bloodspore Ruination (45997)
This commit is contained in:
10
sql/updates/world/3.3.5/2017_10_29_00_world.sql
Normal file
10
sql/updates/world/3.3.5/2017_10_29_00_world.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- quest: A Suitable Test Subject (11719)
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`="spell_q11719_bloodspore_ruination_45997";
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(45997, "spell_q11719_bloodspore_ruination_45997");
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`="npc_bloodmage_laurith" WHERE `entry`=25381;
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=25381;
|
||||
INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
|
||||
(25381, 0, 0, "How positively awful! You were totally incapacitated? Weak? Hot flashes?", 15, 0, 100, 21, 0, 0, 24992, 0, "Bloodmage Laurith");
|
||||
Reference in New Issue
Block a user