From cfae3636cae2841a2ee6233a3303603d8feb318b Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 25 Jan 2018 20:29:32 +0100 Subject: DB: Rename 2018_01_25_03_world.sql --- sql/updates/world/3.3.5/2018_01_25_03_world.sql | 5 ----- sql/updates/world/3.3.5/2018_01_25_03_world_335.sql | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 sql/updates/world/3.3.5/2018_01_25_03_world.sql create mode 100644 sql/updates/world/3.3.5/2018_01_25_03_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_01_25_03_world.sql b/sql/updates/world/3.3.5/2018_01_25_03_world.sql deleted file mode 100644 index 8a5dac2a534..00000000000 --- a/sql/updates/world/3.3.5/2018_01_25_03_world.sql +++ /dev/null @@ -1,5 +0,0 @@ --- Master Smith Burninate --> Fix gossip conditions -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=5962; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(14,5962,7121,0,0,8,0,7722,0,0,0,0,0,"","Show gossip text 7121 if player has quest 'What the Flux?' rewarded"), -(14,5962,7121,0,0,5,0,59,128,0,0,0,0,"","Show gossip text 7121 if player is exalted with Thorium Brotherhood"); diff --git a/sql/updates/world/3.3.5/2018_01_25_03_world_335.sql b/sql/updates/world/3.3.5/2018_01_25_03_world_335.sql new file mode 100644 index 00000000000..8a5dac2a534 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_25_03_world_335.sql @@ -0,0 +1,5 @@ +-- Master Smith Burninate --> Fix gossip conditions +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=5962; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,5962,7121,0,0,8,0,7722,0,0,0,0,0,"","Show gossip text 7121 if player has quest 'What the Flux?' rewarded"), +(14,5962,7121,0,0,5,0,59,128,0,0,0,0,"","Show gossip text 7121 if player is exalted with Thorium Brotherhood"); -- cgit v1.2.3