parent
57db75a474
commit
80b6984274
3 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_03_22_02 -> 2026_03_22_03
|
||||
--
|
||||
CREATE TABLE `creature_immunities` (
|
||||
`ID` int NOT NULL,
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_03_22_03 -> 2026_03_22_04
|
||||
--
|
||||
|
||||
DELETE FROM `creature_immunities` WHERE `ID` IN (95,96,315,477,679,878,1537,1557,1614,1615,1630,1632,1664,1676,1682,1693,1694,1695,1733);
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_03_22_04 -> 2026_03_22_05
|
||||
--
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 22) AND (`SourceGroup` = 11) AND (`SourceEntry` = 21838) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 29) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 23377) AND (`ConditionValue2` = 90) AND (`ConditionValue3` = 0);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
Loading…
Add table
Add a link
Reference in a new issue