mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Warlock and Paladin summon mount spells (#719)
warlock and paladin mount quest fixes
This commit is contained in:
@@ -41,10 +41,6 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry
|
||||
(15, 4354, 0, 7, 197, 125, 'Show menu if tailoring is 125 or higher'); -- Josef Gregorian <Artisan Tailor>
|
||||
|
||||
|
||||
-- Summon Felsteed (Warlock)
|
||||
DELETE FROM `creature_queststarter` WHERE `id`=4563 AND `quest`=4489;
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (4563, 4489);
|
||||
|
||||
-- Mary Edras <First Aid Trainer>
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=4591;
|
||||
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (4591, -350000);
|
||||
|
||||
Reference in New Issue
Block a user