Update mount conditions in mounts_and_riding.sql

Removed conditions for pre 1.6 epic mounts and added a new condition for White Stallion Bridle.
This commit is contained in:
Grimfeather
2025-10-18 04:58:38 +02:00
committed by GitHub
parent 84894c2088
commit e593b40fdc

View File

@@ -45,7 +45,7 @@ UPDATE npc_trainer SET ReqLevel = 40 WHERE SpellID = 1710; -- Summon Felsteed
UPDATE npc_trainer SET ReqLevel = 68 WHERE SpellID = 33950; -- Flight Form
-- Hide pre 1.6 epic mounts ater BWL is unlocked
-- Hide pre 1.6 epic mounts ater BWL is unlocked - Hide WotLK mounts on vanilla vendors
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN (384, 1261, 3362, 3685, 4730, 4731, 7952, 7955);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`,
`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES