mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 11:30:15 +00:00
fix(DB/Creature): Remove duplicate and misplaced escort text (#26123)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user