mirror of
https://github.com/araxiaonline/mod-azerothshard.git
synced 2026-06-13 01:32:21 -04:00
10 lines
506 B
SQL
10 lines
506 B
SQL
DELETE FROM `reputation_vendor` WHERE vendorId IN (100002, 100003, 100004, 100005, 100006, 100100, 100101, 100102, 100103);
|
|
INSERT INTO `reputation_vendor` (vendorId, reputation, `value`, gossipSatisfied, gossipUnsatisfied) VALUES
|
|
(100002, 948, 0, 32001, 32010),
|
|
(100003, 948, 3000, 32001, 32010),
|
|
(100004, 948, 6000, 32001, 32010),
|
|
(100005, 948, 12000, 32001, 32010),
|
|
(100006, 948, 21000, 32001, 32010),
|
|
(100100, 948, 3000, 32000, 32010),
|
|
(100101, 948, 6000, 32002, 32010),
|
|
(100102, 948, 0, 32003, 32010); |