Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- АРЕНА ТОП:
- +--------+--------+----------------+
- | guid | rating | name |
- +--------+--------+----------------+
- | 83757 | 2610 | Paddlez |
- | 82317 | 2610 | Seriala |
- | 40152 | 2566 | Psikik |
- | 47646 | 2550 | Вукс |
- | 6689 | 2543 | Aleyn |
- | 2946 | 2487 | Restogodx |
- | 6592 | 2473 | Awp |
- | 8542 | 2418 | Noskillx |
- | 17366 | 2259 | Асадуля |
- | 124052 | 2226 | Clicker |
- | 85809 | 2217 | Marvel |
- | 27296 | 2215 | Misha |
- +--------+--------+----------------+
- -- https://www.wowhead.com/ru/achievement=14690 (только первая пятерка)
- INSERT IGNORE INTO character_achievement (guid, achievement, DATE) VALUES (83757, 14690, 1710148230);
- INSERT IGNORE INTO character_achievement (guid, achievement, DATE) VALUES (82317, 14690, 1710148230);
- INSERT IGNORE INTO character_achievement (guid, achievement, DATE) VALUES (40152, 14690, 1710148230);
- INSERT IGNORE INTO character_achievement (guid, achievement, DATE) VALUES (47646, 14690, 1710148230);
- INSERT IGNORE INTO character_achievement (guid, achievement, DATE) VALUES (6689, 14690, 1710148230);
- -- https://www.wowhead.com/item=183937 (всем)
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 83757, 1, 0, 0);
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 82317, 1, 0, 0);
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 40152, 1, 0, 0);
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 47646, 1, 0, 0);
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 6689, 1, 0, 0);
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 2946, 1, 0, 0);
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 6592, 1, 0, 0);
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 8542, 1, 0, 0);
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 17366, 1, 0, 0);
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 124052, 1, 0, 0);
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 85809, 1, 0, 0);
- insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (183937, 27296, 1, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement