[DB/Misc] First Aid - Netherweave Bandages

fixes #3879
This commit is contained in:
Odyssey
2011-11-13 23:56:15 +01:00
committed by ZxBiohazardZx
parent d4252d4dd4
commit 5e7b4e867e

View File

@@ -0,0 +1,5 @@
-- Remove Manual: Netherweave Bandage & and Manual: Heavy Netherweave Bandage from vendors (Patch 3.1.0)
DELETE FROM npc_vendor WHERE item IN (21992,21991);
-- Update reqskillvalue for Netherweave Bandage & Heavy Netherweave Bandage (Patch 3.1.0)
UPDATE npc_trainer SET reqskillvalue=300 WHERE spell=27032;
UPDATE npc_trainer SET reqskillvalue=330 WHERE spell=27033;