mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 22:49:39 -04:00
DB/Trainers: Add Enchant Boots - Lesser Accuracy to appropriate trainers
Closes #9571
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Add Enchant Boots - Lesser Accuracy to appropriate trainers
|
||||
DELETE FROM `npc_trainer` WHERE `spell`=63746;
|
||||
INSERT INTO `npc_trainer` (`entry`,`spell`,`spellcost`,`reqskill`,`reqskillvalue`,`reqlevel`) VALUES
|
||||
(201009,63746,5000,333,225,0);
|
||||
Reference in New Issue
Block a user