aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNaddley <NaddleyTC@gmail.com>2024-07-20 01:31:21 +0200
committerNaddley <NaddleyTC@gmail.com>2024-07-20 01:31:21 +0200
commit41c8ff47768d1af2f4d796d43167923cbbdb74d8 (patch)
tree251ec44fb020646fdac071cc7b9a988646172110 /sql
parentd82a018b5b72adeea95483aedfa774381c5668e9 (diff)
DB/ElwynnForest: Update fishing trainer Lee Brown
Closes #30106
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_07_20_00_world.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_07_20_00_world.sql b/sql/updates/world/master/2024_07_20_00_world.sql
new file mode 100644
index 00000000000..e2b2b1b7626
--- /dev/null
+++ b/sql/updates/world/master/2024_07_20_00_world.sql
@@ -0,0 +1,13 @@
+-- Lee Brown
+UPDATE `trainer` SET `VerifiedBuild`=55664 WHERE `Id`=10;
+
+DELETE FROM `creature_trainer` WHERE (`CreatureID`=1651 AND `MenuID`=5665 AND `OptionID`=0);
+INSERT INTO `creature_trainer` (`CreatureID`, `TrainerID`, `MenuID`, `OptionID`) VALUES
+(1651, 10, 5665, 0);
+
+DELETE FROM `trainer_spell` WHERE (`TrainerId`=10 AND `SpellId` IN (271719,310676));
+INSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES
+(10, 271719, 10, 356, 1, 0, 0, 0, 5, 55664), -- No Faction found! MoneyCost not recalculated!
+(10, 310676, 9500, 356, 1, 0, 0, 0, 10, 55664); -- No Faction found! MoneyCost not recalculated!
+
+UPDATE `trainer_spell` SET `VerifiedBuild`=55664 WHERE (`TrainerId`=10 AND `SpellId` IN (271617,271663,271673,271659,271657,271661,271665));