From 99ad26a7ff4d0b15aa1bd8ae3f5fdfe615b2ba14 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sat, 12 Oct 2024 11:04:46 +0200 Subject: [PATCH] Update zone_ironforge.sql - minor correction minor layout correction --- sql/world/base/zone_ironforge.sql | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/sql/world/base/zone_ironforge.sql b/sql/world/base/zone_ironforge.sql index 1b082d1..628a3ee 100644 --- a/sql/world/base/zone_ironforge.sql +++ b/sql/world/base/zone_ironforge.sql @@ -1,11 +1,3 @@ --- Summon Felsteed (Warlock) -DELETE FROM `creature_queststarter` WHERE `id`=5172 AND `quest`=4487; -INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (5172, 4487); - --- Nissa Firestone -DELETE FROM `npc_trainer` WHERE `ID`=5150; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5150, -350000); - -- Vosur Brakthel UPDATE `creature_template` SET `subname`='Journeyman Alchemist', `npcflag`=81, `trainer_type`=2 WHERE `entry`=1246; @@ -121,3 +113,12 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4345 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4345, 0, 7, 197, 50, 'Show menu if tailoring is 50 or higher'); + + +-- Summon Felsteed (Warlock) +DELETE FROM `creature_queststarter` WHERE `id`=5172 AND `quest`=4487; +INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (5172, 4487); + +-- Nissa Firestone +DELETE FROM `npc_trainer` WHERE `ID`=5150; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5150, -350000);