mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 07:07:29 +01:00
5
sql/updates/world/3.3.5/2017_09_30_04_world.sql
Normal file
5
sql/updates/world/3.3.5/2017_09_30_04_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=9188;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(14, 9188, 12485, 0, 0, 8, 0, 11892, 0, 0, 1, 0, 0, "", "Gossip text 12485 requires quest 'The Assassination of Harold Lane' NOT rewarded"),
|
||||
(14, 9188, 12511, 0, 0, 8, 0, 11892, 0, 0, 0, 0, 0, "", "Gossip text 12511 requires quest 'The Assassination of Harold Lane' rewarded");
|
||||
Reference in New Issue
Block a user