kusanagy

Zona de Nacimiento Horda

Apr 12th, 2017
328
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 := '1',
  3. @ZONE := '12',
  4. @X := '1595.69',
  5. @Y := '-4439.85',
  6. @Z := '8.9001',
  7. @O := '3.21224';
  8.  
  9. UPDATE playercreateinfo SET map=@MAP, zone=@ZONE, position_X=@X, position_Y=@Y, position_Z=@Z, orientation=@O WHERE race IN(2, 5, 6, 8, 10);
Advertisement
Add Comment
Please, Sign In to add comment