mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
6
data/sql/updates/db_world/2026_04_21_01.sql
Normal file
6
data/sql/updates/db_world/2026_04_21_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2026_04_21_00 -> 2026_04_21_01
|
||||
--
|
||||
-- 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