fix(DB/Trainer): low level trainers only train up to Level 6 abilities (#25512)
This commit is contained in:
parent
a232f6be75
commit
420cb188f3
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue