mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(DB/Conditions): Ur'dan require quest to buy stardust (#20639)
This commit is contained in:
committed by
GitHub
parent
4f73d0166a
commit
67cd7c4d17
@@ -0,0 +1,15 @@
|
||||
DELETE FROM `conditions` WHERE
|
||||
`SourceTypeOrReferenceId` = 23 AND
|
||||
`SourceGroup` = 14522 AND
|
||||
`SourceEntry` = 18687 AND
|
||||
`ConditionTypeOrReference` = 9 AND
|
||||
`ConditionValue1` = 7625;
|
||||
|
||||
INSERT INTO `conditions` (
|
||||
`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`,
|
||||
`ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`,
|
||||
`ConditionValue1`, `ConditionValue2`, `ConditionValue3`,
|
||||
`NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`
|
||||
)
|
||||
VALUES
|
||||
(23, 14522, 18687, 0, 0, 9, 0, 7625, 0, 0, 0, 0, 0, '', 'Vendor: Require quest 7625 accepted to buy Xorothian Stardust');
|
||||
Reference in New Issue
Block a user