diff options
author | offl <offl@users.noreply.github.com> | 2020-08-09 03:19:11 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-26 19:18:32 +0100 |
commit | 92f17bf40f00f754b09c3caec99159c8a25c9865 (patch) | |
tree | 5e139842d6b0fa83d46232d6eed3837e60c5ac88 | |
parent | 6fbef47effd1e089f03e0c12ee683a68b78d1649 (diff) |
DB/Texts: Add correct BroadcastTextId and comments to some creature texts
(cherry picked from commit 39f2d2d1cf4d79ec9f34f92ac999332d10b04e90)
-rw-r--r-- | sql/updates/world/master/2022_01_26_25_world_2020_08_09_01_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_26_25_world_2020_08_09_01_world.sql b/sql/updates/world/master/2022_01_26_25_world_2020_08_09_01_world.sql new file mode 100644 index 00000000000..0b4f2ac1621 --- /dev/null +++ b/sql/updates/world/master/2022_01_26_25_world_2020_08_09_01_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `creature_text` SET `BroadcastTextId` = 34299 WHERE `CreatureID` = 33350 AND `GroupID` = 3 AND `ID` = 0; +UPDATE `creature_text` SET `Text` = "There is no escape.", `BroadcastTextId` = 34355 WHERE `CreatureID` = 33515 AND `GroupID` = 1 AND `ID` = 2; +UPDATE `creature_text` SET `comment` = "Squire Cavin" WHERE `CreatureID` = 33522; +UPDATE `creature_text` SET `comment` = "Wolvar Orphan" WHERE `CreatureID` = 33532; +UPDATE `creature_text` SET `comment` = "Oracle Orphan" WHERE `CreatureID` = 33533; +UPDATE `creature_text` SET `comment` = "The Black Knight" WHERE `CreatureID` = 33785; +UPDATE `creature_text` SET `comment` = "Broxel Goldgrasp" WHERE `CreatureID` = 33853; |