Advertisement
Sansuall

Розыгрыш бонусов к открытию БФА

Dec 16th, 2024 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.67 KB | None | 0 0
  1. -- Розыгрыш бонусов к открытию BFa https://vk.com/wall-40672356_2321603
  2.  
  3.  
  4. -- Выдать на LOGON
  5. UPDATE TBonuses SET fcount = fcount + 1000 WHERE f_account IN (1243718, 5128449, 1553001, 6534613, 5630934, 458490, 6161391, 1831629, 7023930, 6572712, 6456920, 6202503);
  6.  
  7. -- Выдать на Battle For Azeroth
  8. INSERT INTO TBonuses (f_account, fcount) VALUES (190937, 1000);
  9. INSERT INTO TBonuses (f_account, fcount) VALUES (189146, 1000);
  10. INSERT INTO TBonuses (f_account, fcount) VALUES (191333, 1000);
  11. INSERT INTO TBonuses (f_account, fcount) VALUES (4037, 1000);
  12. UPDATE TBonuses SET fcount = fcount + 1000 WHERE f_account IN (188571, 9072, 8740);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement