fix(DB/Trainer): Shattrath Leatherworking and Engineering bookshelves (#25130)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
sogladev
2026-03-21 13:24:10 +01:00
committed by GitHub
parent 51ee56d1e2
commit a975a8368b

View File

@@ -0,0 +1,4 @@
--
-- swap trainers of Engineering (33611) and Leatherworking (33612) bookshelf creature entries
UPDATE `creature_default_trainer` SET `TrainerId` = 91 WHERE (`CreatureId` = 33611);
UPDATE `creature_default_trainer` SET `TrainerId` = 62 WHERE (`CreatureId` = 33612);