Advertisement
Sansuall

Выдача маунтов/спутников Shadowlands

Jan 8th, 2024 (edited)
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. Выдать маунтов на Shadowlands за 1й на сервере класс https://www.wowhead.com/ru/item=104011:
  2.  
  3. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 17011, 1, 0, 0);
  4. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 17939, 1, 0, 0);
  5. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 16875, 1, 0, 0);
  6. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 16951, 1, 0, 0);
  7. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 17105, 1, 0, 0);
  8. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 17421, 1, 0, 0);
  9. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 16558, 1, 0, 0);
  10. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 17205, 1, 0, 0);
  11. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 17338, 1, 0, 0);
  12. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 17319, 1, 0, 0);
  13. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 5406, 1, 0, 0);
  14. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (104011, 17001, 1, 0, 0);
  15.  
  16. Выдать спутника на Shadowlands за 1ю на сервере расу https://www.wowhead.com/ru/item=151234:
  17.  
  18. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 17011, 1, 0, 0);
  19. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 17939, 1, 0, 0);
  20. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 16875, 1, 0, 0);
  21. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 16951, 1, 0, 0);
  22. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 17105, 1, 0, 0);
  23. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 17421, 1, 0, 0);
  24. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 18016, 1, 0, 0);
  25. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 3888, 1, 0, 0);
  26. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 9363, 1, 0, 0);
  27. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 17205, 1, 0, 0);
  28. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 17338, 1, 0, 0);
  29. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 16862, 1, 0, 0);
  30. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 7095, 1, 0, 0);
  31. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 3211, 1, 0, 0);
  32. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 17084, 1, 0, 0);
  33. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 8894, 1, 0, 0);
  34. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 16446, 1, 0, 0);
  35. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 10563, 1, 0, 0);
  36. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 17077, 1, 0, 0);
  37. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 9864, 1, 0, 0);
  38. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 4634, 1, 0, 0);
  39. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 12006, 1, 0, 0);
  40. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 14336, 1, 0, 0);
  41. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (151234, 21028, 1, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement