diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-19 01:46:50 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-09-19 01:46:50 +0200 |
| commit | dfb2454fd12b94e30c4ab82903e7367abd810f3f (patch) | |
| tree | 06507313225bc6c6cafb0eb79a384fba1a8e4355 | |
| parent | ee1e8555cf2f850f9b7a5f5679eb5b514670ebcb (diff) | |
DB/Creature Text: Bloodfeather Harpy
Closes #20348
| -rw-r--r-- | sql/updates/world/3.3.5/2017_09_19_09_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_19_09_world_335.sql b/sql/updates/world/3.3.5/2017_09_19_09_world_335.sql new file mode 100644 index 00000000000..4669f8512f0 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_19_09_world_335.sql @@ -0,0 +1,5 @@ +-- Bloodfeather Harpy --> Add more texts +DELETE FROM `creature_text` WHERE `CreatureID`=2015 AND `GroupID`=0 AND `ID`>0; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(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'); |
