aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorUkulutl <gascart@gmail.com>2013-08-06 13:18:32 +0100
committerNay <dnpd.dd@gmail.com>2013-08-06 13:18:58 +0100
commitdf9f34cde7ae34801f16caddbed51724f0f45739 (patch)
tree1a281587400dfd7fa2e10918e39b533316962114 /sql
parent3995a55b2ddfbb6abee3c11d9631a3540503d774 (diff)
Scripts/Kezan: Fix quest "Good Help is Hard to Find"
Added Maelstorm to scriptloader Close #10337 Signed-off-by: Nay <dnpd.dd@gmail.com>
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_08_06_01_world_defiant_troll_434.sql13
1 files changed, 13 insertions, 0 deletions
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');