chore(DB): import pending files

Referenced commit(s): cb483d124f
This commit is contained in:
github-actions[bot]
2023-11-08 23:20:47 +00:00
parent 7265231290
commit e80c23974d
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- DB update 2023_11_08_05 -> 2023_11_08_06
-- Torgos!
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 37065);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(17, 0, 37065, 0, 0, 29, 0, 18707, 100, 0, 0, 0, 0, '', 'Allow using \'Trachela\'s Carcass\' only if \'Torgos\' is alive and within 100y.');

View File

@@ -0,0 +1,3 @@
-- DB update 2023_11_08_06 -> 2023_11_08_07
-- assign correct spell to 'Unlit Torches' to remove AOE circle on item use
UPDATE `item_template` SET `spellid_1` = 46747 WHERE (`entry` = 34833);