Skip to content

Commit

Permalink
Merge pull request #374 from Grimfeather/First-Aid-fixes
Browse files Browse the repository at this point in the history
First aid fixes
  • Loading branch information
ZhengPeiRu21 authored Oct 8, 2024
2 parents 29d4aa0 + e248045 commit 693971e
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/world/base/zone_azuremyst_isle.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Anchorite Fateema <First Aid Trainer>
DELETE FROM `npc_trainer` WHERE `ID`=17214;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (17214, -350000);
3 changes: 3 additions & 0 deletions sql/world/base/zone_blades_edge_mountains.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Fera Palerunner <First Aid Trainer>
DELETE FROM `npc_trainer` WHERE `ID`=19478;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (19478, -350000);
3 changes: 3 additions & 0 deletions sql/world/base/zone_bloodmyst_isle.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Anchorite Paetheus <First Aid Trainer>
DELETE FROM `npc_trainer` WHERE `ID`=17424;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (17424, -350000);
3 changes: 3 additions & 0 deletions sql/world/base/zone_darnassus.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Dannelor <First Aid Trainer>
DELETE FROM `npc_trainer` WHERE `ID`=4211;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (4211, -350000);
3 changes: 3 additions & 0 deletions sql/world/base/zone_dun_morogh.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=1599;
-- Beginnings (Warlock)
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=1599;

-- Thamner Pol <Physician>
DELETE FROM `npc_trainer` WHERE `ID`=2326;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (2326, -350000);
4 changes: 4 additions & 0 deletions sql/world/base/zone_eversong_woods.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ DELETE FROM `creature_queststarter` WHERE `id`=15283 AND `quest`=8344;
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (15283, 8344);
INSERT INTO creature_loot_template (Entry, Item, Reference, Chance, QuestRequired, LootMode, GroupId, MinCount, MaxCount, Comment) VALUES
(15298, 20935, 0, 80, 1, 1, 0, 1, 1, 'Tainted Arcane Wraith - Tainted Wraith Essence');

-- Kanaria <First Aid Trainer>
DELETE FROM `npc_trainer` WHERE `ID`=16272;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (16272, -350000);
4 changes: 4 additions & 0 deletions sql/world/base/zone_ironforge.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- Summon Felsteed (Warlock)
DELETE FROM `creature_queststarter` WHERE `id`=5172 AND `quest`=4487;
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (5172, 4487);

-- Nissa Firestone <First Aid Trainer>
DELETE FROM `npc_trainer` WHERE `ID`=5150;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5150, -350000);
4 changes: 4 additions & 0 deletions sql/world/base/zone_shattrath.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
DELETE FROM `npc_vendor` WHERE `entry`=18756 AND `item`=38089 AND `ExtendedCost`=0;
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES
(18756, 0, 38089, 1, 1800, 0, 0);

-- Mildred Fletcher <Physician>
DELETE FROM `npc_trainer` WHERE `ID`=19184;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (19184, -350000);
4 changes: 4 additions & 0 deletions sql/world/base/zone_silvermoon.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- Alestus <First Aid Trainer>
DELETE FROM `npc_trainer` WHERE `ID`=16662;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (16662, -350000);

/* Restore Blood Knight quests to pre-2.4 state */
SET @MURU_GUID := 352043;
DELETE FROM `creature` WHERE `guid` = @MURU_GUID;
Expand Down
3 changes: 3 additions & 0 deletions sql/world/base/zone_teldrassil.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Byancie <First Aid Trainer>
DELETE FROM `npc_trainer` WHERE `ID`=6094;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (6094, -350000);
3 changes: 3 additions & 0 deletions sql/world/base/zone_terokkar_forest.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Anchorite Ensham <First Aid Trainer>
DELETE FROM `npc_trainer` WHERE `ID`=22477;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (22477, -350000);
3 changes: 3 additions & 0 deletions sql/world/base/zone_the_exodar.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Nus <First Aid Trainer>
DELETE FROM `npc_trainer` WHERE `ID`=16731;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (16731, -350000);
4 changes: 4 additions & 0 deletions sql/world/base/zone_undercity.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
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);

/* Replace orc guards with pre-wrathgate abomination guards */
UPDATE `creature` SET `id1`=5624, `equipment_id`=0 WHERE `id1`=36213;

Expand Down
3 changes: 3 additions & 0 deletions sql/world/base/zone_wetlands.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Fremal Doohickey <First Aid Trainer>
DELETE FROM `npc_trainer` WHERE `ID`=3181;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3181, -350000);

0 comments on commit 693971e

Please sign in to comment.