aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_04_06_01_world_npc_trainer.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_04_06_01_world_npc_trainer.sql b/sql/updates/world/2013_04_06_01_world_npc_trainer.sql
new file mode 100644
index 00000000000..b975f29d8c8
--- /dev/null
+++ b/sql/updates/world/2013_04_06_01_world_npc_trainer.sql
@@ -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);