parent
7265231290
commit
e80c23974d
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue