Advertisement
Sansuall

Награды за 2й сезон(ключи) БФа 8.1-8.1.5

Jun 3rd, 2025 (edited)
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 3.10 KB | None | 0 0
  1. -- Награды за 2й сезон БФа(ключи): https://forum.wowcircle.com/showthread.php?t=1307949&p=8501287&viewfull=1#post8501287
  2. update TBonuses set fcount = fcount + 3000 where f_account in (48617, 17211, 191927, 93588, 18020, 212075, 94280, 2242, 192418, 110821, 76154, 191495, 93562, 7622, 190049, 164418, 108729, 87473, 196822, 191641, 7894, 190500, 9397);
  3.  
  4. -- https://www.wowhead.com/ru/item=23162 x2
  5. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 52317, 2, 0, 0);
  6. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 78121, 2, 0, 0);
  7. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 17832, 2, 0, 0);
  8. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 16774, 2, 0, 0);
  9. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 1014, 2, 0, 0);
  10. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 150188, 2, 0, 0);
  11. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 125453, 2, 0, 0);
  12. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 31006, 2, 0, 0);
  13. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 56314, 2, 0, 0);
  14. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 1623, 2, 0, 0);
  15. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 86025, 2, 0, 0);
  16. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 95868, 2, 0, 0);
  17. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 50443, 2, 0, 0);
  18. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 50875, 2, 0, 0);
  19. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 63667, 2, 0, 0);
  20. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 8979, 2, 0, 0);
  21. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 144527, 2, 0, 0);
  22. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 93190, 2, 0, 0);
  23. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 18560, 2, 0, 0);
  24. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 2006, 2, 0, 0);
  25. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 90869, 2, 0, 0);
  26. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 18212, 2, 0, 0);
  27. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 27346, 2, 0, 0);
  28. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 17901, 2, 0, 0);
  29. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (23162, 19110, 2, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement