mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
5
data/sql/updates/db_world/2023_03_21_04.sql
Normal file
5
data/sql/updates/db_world/2023_03_21_04.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_03_21_03 -> 2023_03_21_04
|
||||
--
|
||||
DELETE FROM `npc_trainer` WHERE `SpellID`=60969 AND `ID` IN (201040, 201041);
|
||||
INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`, `ReqSpell`) VALUES
|
||||
(201040, 60969, 105000, 197, 300, 0, 0);
|
||||
Reference in New Issue
Block a user