Advertisement
Sansuall

Награды за ВД ГЕР (бонусы + предметы)

May 16th, 2025 (edited)
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 2.70 KB | None | 0 0
  1. -- Награды за Вечный Дворец героик(https://forum.wowcircle.com/showthread.php?t=1307949&p=8539517#post8539517)
  2. update TBonuses set fcount = fcount + 3500 where f_account in (11454, 197501, 201902, 190500, 88531, 42032, 191806, 190554, 7622, 76154, 13324, 200508, 191927, 50272, 189312, 194924, 189097, 188997, 9282);
  3. insert into TBonuses (f_account, fcount) values (21312, 3500);
  4.  
  5. -- Предметы в награду за ВД Гер
  6. -- https://www.wowhead.com/ru/item=106256
  7. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 17808, 1, 0, 0);
  8. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 38600, 1, 0, 0);  
  9. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 61616, 1, 0, 0);  
  10. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 17901, 1, 0, 0);  
  11. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 98956, 1, 0, 0);  
  12. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 77472, 1, 0, 0);  
  13. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 17988, 1, 0, 0);  
  14. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 8433, 1, 0, 0);  
  15. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 8979, 1, 0, 0);  
  16. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 133375, 1, 0, 0);  
  17. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 31133, 1, 0, 0);  
  18. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 6055, 1, 0, 0);  
  19. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 117189, 1, 0, 0);  
  20. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 17832, 1, 0, 0);  
  21. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 69484, 1, 0, 0);  
  22. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 19209, 1, 0, 0);  
  23. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 109923, 1, 0, 0);  
  24. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 22308, 1, 0, 0);  
  25. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 19972, 1, 0, 0);  
  26. insert into webshop_delivery_item (itemid, guid, count, delivery, ItemBonus) values (106256, 12129, 1, 0, 0);  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement