diff options
-rw-r--r-- | sql/updates/world/2011_03_01_5_world_npc_trainer.sql | 2 |
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; |