chore(DB): import pending files

Referenced commit(s): 32f1716c93
This commit is contained in:
AzerothCoreBot
2023-04-04 12:39:15 +00:00
parent 32f1716c93
commit ed2c319280
3 changed files with 3 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
-- DB update 2023_04_04_08 -> 2023_04_04_09
-- damage modifier edit of Razormaw from 7.5 to 1.36 based on mangos values
UPDATE `creature_template` SET `DamageModifier` = 1.36 WHERE `entry` = 17592;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_04_09 -> 2023_04_04_10
-- Quest: On Nethery Wings ID 10438
-- Void Conduit
DELETE FROM `smart_scripts` WHERE `entryorguid` = 20899 AND `source_type` = 0;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_04_10 -> 2023_04_04_11
--
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 22) AND (`SourceGroup` = 3) AND (`SourceEntry` = 20795) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 29) AND (`ConditionTarget` = 1) AND (`ConditionValue1` = 21027) AND (`ConditionValue2` = 35) AND (`ConditionValue3` = 0);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES