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:
@@ -88,10 +88,6 @@ INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `posit
|
||||
-- Master Pyreanor <Paladin Trainer>
|
||||
UPDATE `creature` SET `position_x`= 1940.23, `position_y`= -4135.53, `position_z`= 41.1522, `orientation`= 3.12425 WHERE `id1` = 23128;
|
||||
|
||||
-- Summon Felsteed (Warlock)
|
||||
DELETE FROM `creature_queststarter` WHERE `id` = 3326 AND `quest` = 3631;
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (3326, 3631);
|
||||
|
||||
-- Knowledge of the Orb of Orahil (Warlock)
|
||||
DELETE FROM `creature_queststarter` WHERE `id` = 3326 AND `quest` = 4967;
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (3326, 4967);
|
||||
|
||||
Reference in New Issue
Block a user