chore(DB): import pending files

Referenced commit(s): 2698ed5a26
This commit is contained in:
AzerothCoreBot
2023-09-10 12:02:09 +00:00
parent 2698ed5a26
commit ea37443cca
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_09_05_00 -> 2023_09_10_00
-- Update IS_BEHIND_TARGET to new system
UPDATE `smart_scripts` SET `event_param1`=1300, `event_param2`=7300, `event_param3`=1300, `event_param4`=7300, `event_param5`=0, `event_param6`=5 WHERE `entryorguid`=95 AND `source_type`=0 AND `id`=2 AND `link`=0;
UPDATE `smart_scripts` SET `event_param1`=3900, `event_param2`=6900, `event_param3`=3900, `event_param4`=6900, `event_param5`=0, `event_param6`=5 WHERE `entryorguid`=732 AND `source_type`=0 AND `id`=0 AND `link`=0;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_09_10_00 -> 2023_09_10_01
--
ALTER TABLE `creature`
ADD COLUMN `CreateObject` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `VerifiedBuild`;