aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMrQuickFx <none@none>2011-03-01 18:38:49 +0000
committerNay <dnpd.dd@gmail.com>2011-03-01 18:38:49 +0000
commit2b9346e5a0ceacd6d73a7ac39c24840e450181b2 (patch)
tree172669730b2f79fef099d954e2ae42d95ecd59ec
parent838338b7f2ac52f32d49324507d85df071333410 (diff)
DB/Trainer: Update Flying Carpet crafting requirements
Closes #774
-rw-r--r--sql/updates/world/2011_03_01_5_world_npc_trainer.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_01_5_world_npc_trainer.sql b/sql/updates/world/2011_03_01_5_world_npc_trainer.sql
new file mode 100644
index 00000000000..ae9a533b620
--- /dev/null
+++ b/sql/updates/world/2011_03_01_5_world_npc_trainer.sql
@@ -0,0 +1,2 @@
+-- Set new tailoring requirement to learn crafting of Flying Carpet (based on 3.3.0 patch)
+UPDATE `npc_trainer` SET `spellcost`=105000,`reqskillvalue`=300 WHERE `spell`=60969;