aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-09-19 01:46:50 +0200
committerShauren <shauren.trinity@gmail.com>2020-09-06 18:24:03 +0200
commita4cf69994f54dca8f415621cdc2c1f49af3aa8dd (patch)
tree803012e487f4ed070fa5fba6bf7f321c699e045d
parent97c706ebc658a849fec53c0ac542592cdefa004c (diff)
DB/Creature Text: Bloodfeather Harpy
Closes #20348 (cherry picked from commit dfb2454fd12b94e30c4ab82903e7367abd810f3f)
-rw-r--r--sql/updates/world/master/2020_09_06_02_world_2017_09_19_09_world_335.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_06_02_world_2017_09_19_09_world_335.sql b/sql/updates/world/master/2020_09_06_02_world_2017_09_19_09_world_335.sql
new file mode 100644
index 00000000000..c508a9eb2a3
--- /dev/null
+++ b/sql/updates/world/master/2020_09_06_02_world_2017_09_19_09_world_335.sql
@@ -0,0 +1,6 @@
+-- Bloodfeather Harpy --> Add more texts
+DELETE FROM `creature_text` WHERE `CreatureID`=2015 AND `GroupID`=0;
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(2015,0,0,'You will be easy prey, $C.',14,0,100,0,0,0,2231,0,'Bloodfeather Harpy'),
+(2015,0,1,'A fine trophy your head will make, $R.',12,0,100,0,0,0,2229,0,'Bloodfeather Harpy'),
+(2015,0,2,'My talons will shred your puny body, $R.',12,0,100,0,0,0,2230,0,'Bloodfeather Harpy');