Skip to content

Commit

Permalink
chore(DB): import pending files
Browse files Browse the repository at this point in the history
Referenced commit(s): cb483d1
  • Loading branch information
github-actions[bot] committed Nov 8, 2023
1 parent 7265231 commit e80c239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +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);

0 comments on commit e80c239

Please sign in to comment.