mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
6
sql/updates/world/3.3.5/2018_12_08_33_world_335.sql
Normal file
6
sql/updates/world/3.3.5/2018_12_08_33_world_335.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- Chemist Fuely
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=2501;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(14,2501,3194,0,0,8,0,4642,0,0,1,0,0,"","Show gossip text 3194 if quest 'Melding of Influences' is not rewarded"),
|
||||
(14,2501,3194,0,0,27,0,48,3,0,0,0,0,"","Show gossip text 3194 if player is level 48 or higher");
|
||||
Reference in New Issue
Block a user