From acd37246aa7b12df27a81b6a912a65630ff34aa8 Mon Sep 17 00:00:00 2001 From: sogladev Date: Fri, 12 Jun 2026 08:25:03 +0200 Subject: [PATCH] fix(DB/Creature): Remove duplicate and misplaced escort text (#26123) --- .../sql/updates/pending_db_world/rev_1781018979570690447.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1781018979570690447.sql diff --git a/data/sql/updates/pending_db_world/rev_1781018979570690447.sql b/data/sql/updates/pending_db_world/rev_1781018979570690447.sql new file mode 100644 index 000000000..9791a1763 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1781018979570690447.sql @@ -0,0 +1,5 @@ +-- +-- Remove "We made it! Thank you for getting me out of that hell hole. Tell Hemet to expect me!" +DELETE FROM `creature_text` WHERE (`CreatureID` = 28787) AND `GroupID` = 0 AND `ID` = 0; +-- Remove "Let's get the hell out of here" +DELETE FROM `creature_text` WHERE (`CreatureID` = 28787) AND `GroupID` = 6 AND `ID` = 0;