mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
8
sql/updates/world/3.3.5/2017_10_07_01_world_335.sql
Normal file
8
sql/updates/world/3.3.5/2017_10_07_01_world_335.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Windcaller Proudhorn
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=6541 AND `TextID`=7747;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(6541,7747,0);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 14 AND `SourceGroup`= 6541;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(14,6541,7747,0,0,8,0,8281,0,0,0,0,0,"","Show Gossip Menu Text 7747 if Quest 'Stepping Up Security' is rewarded");
|
||||
Reference in New Issue
Block a user