From 349f4316dffd7094ec43c6ec42c357a74a3e6466 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Sat, 16 Oct 2021 18:21:50 -0400 Subject: [PATCH] Core/Chat: Added new TextRange personal to creature_text which sends the message to related target only Port From (https://github.com/TrinityCore/TrinityCore/commit/e63c5e425383fd8e12dcff2302f9c77d0aa5db2c) --- sql/updates/world/master/2021_10_16_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_10_16_01_world.sql diff --git a/sql/updates/world/master/2021_10_16_01_world.sql b/sql/updates/world/master/2021_10_16_01_world.sql new file mode 100644 index 000000000..0c9da48e6 --- /dev/null +++ b/sql/updates/world/master/2021_10_16_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `TextRange`=5 WHERE `CreatureID`=130986 AND `GroupID` BETWEEN 0 AND 5;