mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Trainers: Add Enchant Boots - Lesser Accuracy to appropriate trainers
Closes #9571
This commit is contained in:
4
sql/updates/world/2013_04_06_01_world_npc_trainer.sql
Normal file
4
sql/updates/world/2013_04_06_01_world_npc_trainer.sql
Normal file
@@ -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