diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-03 14:28:05 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-03 14:28:05 +0200 |
| commit | edc86dbca5453901e363c84ed80314c0b8402ad0 (patch) | |
| tree | d4318ba0c7d5c97bd9d90a1eea9428ae3795f931 | |
| parent | 7227a8547bb0cff593751ff47385676725f40066 (diff) | |
DB/Vendor: Fix crash with buy Honor Points
| -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; |
