diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 18:45:47 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-01-29 19:23:53 +0100 |
| commit | 6b9bf87f8db1698e4e9fb341114bc186e1d81cbc (patch) | |
| tree | 204c124f3ba9f675459d466037e413e8680a6aa9 | |
| parent | 96892fcaf0e977966183c6d2f3ae5f3d81b0078b (diff) | |
DB/CreatureText: Some on-low-health texts for Scarlet Peasant are missing
Closes #20808
(cherry picked from commit 4ceb200e44bb35727729b9a78b94dba264e2a1ed)
| -rw-r--r-- | sql/updates/world/master/2021_01_25_17_world_2017_11_08_11_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_25_17_world_2017_11_08_11_world.sql b/sql/updates/world/master/2021_01_25_17_world_2017_11_08_11_world.sql new file mode 100644 index 00000000000..06c83cd4da5 --- /dev/null +++ b/sql/updates/world/master/2021_01_25_17_world_2017_11_08_11_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID`=28557 AND `ID` BETWEEN 5 AND 7; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(28557, 0, 5, "Please, no! Spare me!", 12, 0, 100, 0, 0, 0, 29009, 0, "Scarlet Peasant"), +(28557, 0, 6, "Don't kill me! I only took this job for the benefits!", 12, 0, 100, 0, 0, 0, 29010, 0, "Scarlet Peasant"), +(28557, 0, 7, "Let me live! I'll do whatever you say!", 12, 0, 100, 0, 0, 0, 29011, 0, "Scarlet Peasant"); |
