fix(DB/Trainer): Shattrath Leatherworking and Engineering bookshelves (#25130)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
51ee56d1e2
commit
a975a8368b
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue