From c7981bea852d12e8f2e01ff5ce57b7abc3fc8f76 Mon Sep 17 00:00:00 2001 From: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:39:30 +0100 Subject: [PATCH] fix(DB/Text) Add correct text on Sunblade Scouts. (#21626) --- data/sql/updates/pending_db_world/Scout_text.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/Scout_text.sql diff --git a/data/sql/updates/pending_db_world/Scout_text.sql b/data/sql/updates/pending_db_world/Scout_text.sql new file mode 100644 index 000000000..de7d1d676 --- /dev/null +++ b/data/sql/updates/pending_db_world/Scout_text.sql @@ -0,0 +1,5 @@ + +-- Correct text +DELETE FROM `creature_text` WHERE (`CreatureID` = 25372) AND (`GroupID` IN (0)); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(25372, 0, 0, 'Enemies spotted! Attack while I try to activate a Protector!', 14, 0, 100, 0, 0, 0, 25202, 0, 'Sunblade Scout');