mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
fix(DB/Trainers): Bookshelves in Seer's Library should skill up profe… (#13945)
fix(DB/Trainers): Bookshelves in Seer's Library should skill up professions up to 375. Fixes #13919
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
--
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33621 AND `SpellID`=-202009;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33623 AND `SpellID`=-202003;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33619 AND `SpellID`=-202006;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33618 AND `SpellID`=-201038;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33617 AND `SpellID`=-201035;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33616 AND `SpellID`=-201020;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33613 AND `SpellID`=-201041;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33612 AND `SpellID`=-201029;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33614 AND `SpellID`=-201026;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33615 AND `SpellID`=-201023;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33611 AND `SpellID`=-201014;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33610 AND `SpellID`=-201011;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33609 AND `SpellID`=-201006;
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=33608 AND `SpellID`=-201003;
|
||||
Reference in New Issue
Block a user