chore(DB): import pending files

Referenced commit(s): 1b852b4a0c
This commit is contained in:
AzerothCoreBot
2022-05-21 21:33:02 +00:00
parent 1b852b4a0c
commit 92cf37731a
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_05_21_01 -> 2022_05_21_02
-- Horde Scout, fix wrong broadcastTextId(previously 1934, now 1935)
DELETE FROM `creature_text` WHERE `CreatureID` = 11680;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2022_05_21_02 -> 2022_05_21_03
-- Dungeon/BRD Link mobs in the 2 rooms before High Interrogator Gerstahn (no previous creature_formations for the listed GUIDs)
-- Left room
DELETE FROM `creature_formations` WHERE `memberguid` IN (90695,91054,91082,90850);