mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Conditions): Baron Revilgaz - correct gossip for Pirates' Day (#15188)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Baron Revilgaz - On Pirates' Day - Show appropriate gossip
|
||||
DELETE FROM `conditions` WHERE `SourceGroup`=6685 AND `SourceEntry`=13062;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(14, 6685, 13062, 0, 0, 12, 0, 50, 0, 0, 0, 0, 0, '', 'Baron Revilgaz - On Pirates\' Day event - Show appropriate gossip');
|
||||
Reference in New Issue
Block a user