-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #374 from Grimfeather/First-Aid-fixes
First aid fixes
- Loading branch information
Showing
14 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |