Advertisement
Guest User

Untitled

a guest
May 24th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. UPDATE item_proto SET specular = '30' WHERE locale_name LIKE '%+4' ;
  2. UPDATE item_proto SET specular = '40' WHERE locale_name LIKE '%+5' ;
  3. UPDATE item_proto SET specular = '50' WHERE locale_name LIKE '%+6' ;
  4. UPDATE item_proto SET specular = '65' WHERE locale_name LIKE '%+7' ;
  5. UPDATE item_proto SET specular = '80' WHERE locale_name LIKE '%+8' ;
  6. UPDATE item_proto SET specular = '100' WHERE locale_name LIKE '%+9' ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement