forked from mirror/azerothcore-wotlk
fix(DB/Trainer): low level trainers only train up to Level 6 abilities (#25512)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user