diff options
| author | malcrom <malcromdev@gmail.com> | 2012-01-08 11:43:35 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-08 11:43:35 +0100 |
| commit | b6f9caff6bb0c5ad0262a5e9a1db2b988bff65ce (patch) | |
| tree | 6d97100a6e5e68f1350a9525abd26e4f5fff6232 /sql | |
| parent | d608c1f43a76f2dd46fe54c5da67dcc19a3c8d28 (diff) | |
Core/Script: update creature_text for Balinda from sniffs
closes #4692
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_01_08_06_world_creature_text.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_08_06_world_creature_text.sql b/sql/updates/world/2012_01_08_06_world_creature_text.sql new file mode 100644 index 00000000000..3372f05e5ac --- /dev/null +++ b/sql/updates/world/2012_01_08_06_world_creature_text.sql @@ -0,0 +1,11 @@ +-- Remove old script text for boss_balinda.cpp "Not sure if the text actually exist" +DELETE FROM `script_texts` WHERE `entry` IN (-1810023,-1810024); +-- Add new creature_text for Captain Balinda Stonehearth <Stormpike Captain> +DELETE FROM `creature_text` WHERE `entry` IN (11949); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +-- Aggro +(11949,0,0, 'Begone, uncouth scum! The Alliance shall prevail in Alterac Valley!',14,0,100,0,0,0, 'Captain Balinda Stonehearth'), +-- Reset +(11949,1,0, 'Filthy Frostwolf cowards! If you want a fight, you''ll have to come to me!',14,0,100,0,0,0, 'Captain Balinda Stonehearth'), +-- (Alliance players receives Stormpike's Salvation buff (+20% health points for 2 minutes)) +(11949,2,0, 'Take heart, Alliance! Throw these villains from Alterac Valley!',14,0,100,0,0,0, 'Captain Balinda Stonehearth'); |
