Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Вечность
- UPDATE TBonuses SET fcount = fcount + 1700 WHERE f_account IN (4208, 169012, 123706, 1903, 190164);
- -- Vusale
- UPDATE TBonuses SET fcount = fcount + 261 WHERE f_account IN (191741);
- UPDATE TBonuses SET fcount = fcount + 315 WHERE f_account IN (66358);
- UPDATE TBonuses SET fcount = fcount + 216 WHERE f_account IN (191005);
- UPDATE TBonuses SET fcount = fcount + 200 WHERE f_account IN (193955);
- -- Снять флаги в рамках возврата бонусов за услуги(Анимагус дал запрос):
- UPDATE characters SET at_login = at_login & ~ 0x00008 /*AT_LOGIN_CUSTOMIZE*/ WHERE guid = 23348;
- UPDATE characters SET at_login = at_login & ~ 0x00040 /*AT_LOGIN_CHANGE_FACTION*/ WHERE guid = 12295;
- UPDATE characters SET at_login = at_login & ~ 0x00080 /*AT_LOGIN_CHANGE_RACE*/ WHERE guid = 51754;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement