chore(DB): import pending files

Referenced commit(s): 4e270c4c1e
This commit is contained in:
github-actions[bot]
2023-09-20 20:42:10 +00:00
parent 586cc1ee0f
commit 6750d8eed0
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_09_20_03 -> 2023_09_20_04
DELETE FROM `creature_text` WHERE `CreatureID` = 16833;
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 2023_09_20_04 -> 2023_09_20_05
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 21246;
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 21246);