diff options
| author | Malcrom <malcromdev@gmail.com> | 2012-02-19 21:30:43 -0330 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2012-02-19 21:30:43 -0330 |
| commit | 35bc842fdeb6f6d3739bc79e4d8c94fb97e3a729 (patch) | |
| tree | 43db591c20b2e432165e2222fe9248c8f0c3b5d3 /sql/updates | |
| parent | c6f4ab10e1a90c75799c23a2420a1822abfc5ac5 (diff) | |
Scripts/npc_sergeant_bly: Talk text was placholders. Replaced with Creature text.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_02_19_05_world_say_text.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_19_05_world_say_text.sql b/sql/updates/world/2012_02_19_05_world_say_text.sql new file mode 100644 index 00000000000..b70385660a1 --- /dev/null +++ b/sql/updates/world/2012_02_19_05_world_say_text.sql @@ -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); |
