chore(DB): import pending files

Referenced commit(s): 7400338ecb
This commit is contained in:
AzerothCoreBot
2022-09-25 13:48:39 +00:00
parent 7400338ecb
commit 6e1a1ad424
5 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_09_25_00 -> 2022_09_25_01
--
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q4735_collect_rookery_egg';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2022_09_25_01 -> 2022_09_25_02
--
DELETE FROM `spell_script_names` WHERE `spell_id`=818;
INSERT INTO `spell_script_names` VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2022_09_25_02 -> 2022_09_25_03
-- Alter AzerothCore table to support Vanilla negative resistance values
ALTER TABLE item_template MODIFY fire_res SMALLINT;
ALTER TABLE item_template MODIFY holy_res SMALLINT;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_09_25_03 -> 2022_09_25_04
--
DELETE FROM `gossip_menu_option` WHERE `MenuId`=8934 AND `OptionId`=4 AND `ActionMenuId`=0;
UPDATE `gossip_menu_option` SET `OptionId`=4 WHERE `MenuId`=8934 AND `OptionId`=0 AND `ActionMenuId`=8953;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_09_25_04 -> 2022_09_25_05
--
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=43450;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES