Scripts/npc_sergeant_bly: Talk text was placholders. Replaced with Creature text.

This commit is contained in:
Malcrom
2012-02-19 21:30:43 -03:30
parent c6f4ab10e1
commit 35bc842fde
2 changed files with 11 additions and 4 deletions
@@ -0,0 +1,7 @@
-- NPC talk text from sniff
DELETE FROM `creature_text` WHERE `entry`=7604;
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
(7604,0,0, 'What? How dare you say that to me?!?',12,0,100,6,0,0, 'Sergeant Bly'),
(7604,1,0, 'After all we''ve been through? Well, I didn''t like you anyway!!',12,0,100,5,0,0, 'Sergeant Bly');
-- Remove old text
DELETE FROM `script_texts` WHERE `entry` IN (-1209002,-1209003);