diff options
-rw-r--r-- | sql/updates/world/2013_08_03_00_world_npc_vendor_434.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_03_00_world_npc_vendor_434.sql b/sql/updates/world/2013_08_03_00_world_npc_vendor_434.sql new file mode 100644 index 00000000000..7769a43f202 --- /dev/null +++ b/sql/updates/world/2013_08_03_00_world_npc_vendor_434.sql @@ -0,0 +1 @@ +UPDATE `npc_vendor` SET `maxcount`=25000 WHERE `item`=392 AND `ExtendedCost`=3408 AND `type`=2; |