mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
5
data/sql/updates/db_world/2023_11_08_06.sql
Normal file
5
data/sql/updates/db_world/2023_11_08_06.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 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
|
||||
(17, 0, 37065, 0, 0, 29, 0, 18707, 100, 0, 0, 0, 0, '', 'Allow using \'Trachela\'s Carcass\' only if \'Torgos\' is alive and within 100y.');
|
||||
3
data/sql/updates/db_world/2023_11_08_07.sql
Normal file
3
data/sql/updates/db_world/2023_11_08_07.sql
Normal file
@@ -0,0 +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