diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_08_06_01_world_defiant_troll_434.sql | 13 |
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'); |
