Warlock and Paladin summon mount spells (#719)

warlock and paladin mount quest fixes
This commit is contained in:
Grimfeather
2025-09-08 12:48:20 +02:00
committed by GitHub
parent 8687d82f79
commit 2b4a8de0d4
6 changed files with 38 additions and 52 deletions

View File

@@ -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);