mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
5
data/sql/updates/db_world/2026_03_21_02.sql
Normal file
5
data/sql/updates/db_world/2026_03_21_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2026_03_21_01 -> 2026_03_21_02
|
||||
--
|
||||
-- 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);
|
||||
Reference in New Issue
Block a user