mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
@@ -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);
|
||||
Reference in New Issue
Block a user