fix(DB/Creature): Remove duplicate and misplaced escort text (#26123)

This commit is contained in:
sogladev
2026-06-12 08:25:03 +02:00
committed by GitHub
parent 61c62a12ad
commit acd37246aa
@@ -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;