aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2013-04-06 12:25:50 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2013-04-06 12:25:50 +0200
commit6431dc8b125d00a8de0b156016b7b77290e00639 (patch)
treecd2993077d7951d43d5cbb54ecf8590f05bcc371
parentfae0b53a21f1fe20a9bfecf6972065e89fc3ae2f (diff)
DB/Trainers: Add Enchant Boots - Lesser Accuracy to appropriate trainers
Closes #9571
-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);