fix(DB/Trainer): low level trainers only train up to Level 6 abilities (#25512)

This commit is contained in:
sogladev 2026-04-21 21:30:16 +02:00 committed by GitHub
parent a232f6be75
commit 420cb188f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
--
-- Mai'ah the mage trainer only trains up to level 6
UPDATE `creature_default_trainer` SET `TrainerId` = 17 WHERE (`CreatureId` = 5884);
-- Shanda night elf priest trainer only trainers up to level 6
UPDATE `creature_default_trainer` SET `TrainerId` = 12 WHERE (`CreatureId` = 3595);