Scripts/Northrend: talk event for quest A Suitable Test Subject

Ported from: fda99b2972

Credits to @Wyreth and Trinitycore
This commit is contained in:
sucofog
2017-10-29 11:15:00 +01:00
parent d0af1c812b
commit b56d3de7d9
2 changed files with 117 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
INSERT INTO version_db_world (`sql_rev`) VALUES ('1509271997120618300');
-- 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 `entry`=25381;
INSERT INTO `creature_text` (`entry`,`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");