+1
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2023_11_08_05 -> 2023_11_08_06
|
||||||
-- Torgos!
|
-- Torgos!
|
||||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 37065);
|
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
|
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||||
+1
@@ -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
|
-- assign correct spell to 'Unlit Torches' to remove AOE circle on item use
|
||||||
UPDATE `item_template` SET `spellid_1` = 46747 WHERE (`entry` = 34833);
|
UPDATE `item_template` SET `spellid_1` = 46747 WHERE (`entry` = 34833);
|
||||||
Reference in New Issue
Block a user