mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -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
|
||||
@@ -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
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user