diff options
| author | Alastro-Kraken <Alastro-Kraken@users.noreply.github.com> | 2022-02-13 20:00:33 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-26 14:22:13 +0100 |
| commit | 7bba437bc59d3f1684840b791adca04463c22f19 (patch) | |
| tree | a3f89e5cc50688e3f65c2a19a7ca258b11aedf46 | |
| parent | 39b7a3b15fdb4b67ec7bde487f414ba59e9f91cd (diff) | |
DB/CreatureText: add missing text to NPC General Krakork
Closes #27773
(cherry picked from commit b7b1e326205759153db145842ea90923fb385f5b)
| -rw-r--r-- | sql/updates/world/master/2022_03_26_09_world_2022_02_13_07_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_26_09_world_2022_02_13_07_world.sql b/sql/updates/world/master/2022_03_26_09_world_2022_02_13_07_world.sql new file mode 100644 index 00000000000..5b2226ab117 --- /dev/null +++ b/sql/updates/world/master/2022_03_26_09_world_2022_02_13_07_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID`=19255 AND `GroupID`=0 AND `ID`=4; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(19255, 0, 4, "The warchief's put a price on Arazzius's head! As of right now, that no-good piece of demon refuse is enemy number one.", 12, 1, 100, 1, 0, 0, 16391, 0, "General Krakork"); |
