From fa90fabd10a227973d1d88f585c1a5e8be9c09d6 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sat, 3 Aug 2013 14:53:16 +0200 Subject: Misc/Vendor: - Fix more vendors without maxcount - Add log/skip for type currency with missing maxcount --- sql/updates/world/2013_08_03_01_world_npc_vendor_434.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_08_03_01_world_npc_vendor_434.sql (limited to 'sql') diff --git a/sql/updates/world/2013_08_03_01_world_npc_vendor_434.sql b/sql/updates/world/2013_08_03_01_world_npc_vendor_434.sql new file mode 100644 index 00000000000..7359f10c31d --- /dev/null +++ b/sql/updates/world/2013_08_03_01_world_npc_vendor_434.sql @@ -0,0 +1,2 @@ +UPDATE `npc_vendor` SET `maxcount`=25000 WHERE `item`=390 AND `ExtendedCost`=3411 AND `type`=2; +UPDATE `npc_vendor` SET `maxcount`=25000 WHERE `item`=395 AND `ExtendedCost`=3410 AND `type`=2; -- cgit v1.2.3