Skip to content

Commit

Permalink
chore(DB): import pending files
Browse files Browse the repository at this point in the history
Referenced commit(s): 6f824ee
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 26518b3 commit b6a4ece
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 2024_12_02_05 -> 2024_12_03_00
DELETE FROM `spell_script_names` WHERE `spell_id`=51000;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (51000, 'spell_hos_dark_matter_size');

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- DB update 2024_12_03_00 -> 2024_12_03_01
-- Marking a tower for Zeth'Gor Must Burn!
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 36325);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
Expand Down

0 comments on commit b6a4ece

Please sign in to comment.