mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
6
sql/updates/world/2015_08_02_00_world_335.sql
Normal file
6
sql/updates/world/2015_08_02_00_world_335.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Crudely-Written Log 3.x only
|
||||
DELETE FROM `conditions` WHERE `sourceentry`=12842;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(1, 10738, 12842, 0, 2, 8, 0, 5121, 0, 0, 0, 0, 0, '', 'Loot Condition: Crudely-Written Log'),
|
||||
(1, 10738, 12842, 0, 0, 28, 0, 5121, 0, 0, 0, 0, 0, '', 'Loot Condition: Crudely-Written Log'),
|
||||
(1, 10738, 12842, 0, 1, 9, 0, 5121, 0, 0, 0, 0, 0, '', 'Loot Condition: Crudely-Written Log');
|
||||
Reference in New Issue
Block a user