From 9d182cf129b9b4fc28c4415d3f36739f1c5f5e0f Mon Sep 17 00:00:00 2001 From: Stephen Schlie Date: Sat, 16 May 2026 03:39:20 -0700 Subject: [PATCH] fix(DB/Text): One of the Nifflevar in Howling Fjord shouts in Orcish (#25857) --- data/sql/updates/pending_db_world/rev_1778894748342444695.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1778894748342444695.sql diff --git a/data/sql/updates/pending_db_world/rev_1778894748342444695.sql b/data/sql/updates/pending_db_world/rev_1778894748342444695.sql new file mode 100644 index 000000000..321b3cdfa --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1778894748342444695.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_text` WHERE (`CreatureID` = 24322) AND (`GroupID` IN (0)); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES + (24322, 0, 0, 'Silence!', 14, 0, 100, 1, 0, 0, 32240, 0, 'Ancient Citizen of Nifflevar yell');