kusanagy

Zona de Nacimiento Alianza

Apr 12th, 2017
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.24 KB | None | 0 0
  1. SET
  2. @MAP := '0',
  3. @ZONE := '12',
  4. @X := '-8866.29',
  5. @Y := '671.098',
  6. @Z := '99.5414',
  7. @O := '5.33537';
  8.  
  9. UPDATE playercreateinfo SET map=@MAP, zone=@ZONE, position_X=@X, position_Y=@Y, position_Z=@Z, orientation=@O WHERE race IN(1, 3, 4, 7, 11);
Advertisement
Add Comment
Please, Sign In to add comment