diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-03 14:53:16 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-03 14:53:16 +0200 |
| commit | fa90fabd10a227973d1d88f585c1a5e8be9c09d6 (patch) | |
| tree | 1c21e79c0214b2076b07b809086e0440280b8ecf /sql | |
| parent | edc86dbca5453901e363c84ed80314c0b8402ad0 (diff) | |
Misc/Vendor:
- Fix more vendors without maxcount
- Add log/skip for type currency with missing maxcount
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_08_03_01_world_npc_vendor_434.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
