From df9f34cde7ae34801f16caddbed51724f0f45739 Mon Sep 17 00:00:00 2001 From: Ukulutl Date: Tue, 6 Aug 2013 13:18:32 +0100 Subject: Scripts/Kezan: Fix quest "Good Help is Hard to Find" Added Maelstorm to scriptloader Close #10337 Signed-off-by: Nay --- sql/updates/world/2013_08_06_01_world_defiant_troll_434.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sql/updates/world/2013_08_06_01_world_defiant_troll_434.sql (limited to 'sql') diff --git a/sql/updates/world/2013_08_06_01_world_defiant_troll_434.sql b/sql/updates/world/2013_08_06_01_world_defiant_troll_434.sql new file mode 100644 index 00000000000..5188e5b3e13 --- /dev/null +++ b/sql/updates/world/2013_08_06_01_world_defiant_troll_434.sql @@ -0,0 +1,13 @@ +-- http://www.wowhead.com/quest=14069 +UPDATE `creature_template` SET `ScriptName` = 'npc_defiant_troll' WHERE `entry` = 34830; + +DELETE FROM `creature_text` WHERE `entry` = 34830; +INSERT INTO `creature_text`(`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES +(34830, 0, 0, 'Oops, break''s over.', 14, 0, 100, 0, 0, 0, 'defiant troll says'), +(34830, 0, 1, 'Don''t tase me, mon!', 14, 0, 100, 0, 0, 0, 'defiant troll says'), +(34830, 0, 2, 'I report you to HR!', 14, 0, 100, 0, 0, 0, 'defiant troll says'), +(34830, 0, 3, 'Work was bettah in da Undermine!', 14, 0, 100, 0, 0, 0, 'defiant troll says'), +(34830, 0, 4, 'I''m going. I''m going!', 14, 0, 100, 0, 0, 0, 'defiant troll says'), +(34830, 0, 5, 'Sorry, mon. It won''t happen again.', 14, 0, 100, 0, 0, 0, 'defiant troll says'), +(34830, 0, 6, 'What I doin'' wrong? Don''t I get a lunch and two breaks a day, mon?', 14, 0, 100, 0, 0, 0, 'defiant troll says'), +(34830, 0, 7, 'Ouch! Dat hurt!', 14, 0, 100, 0, 0, 0, 'defiant troll says'); -- cgit v1.2.3