Jump to content

[sql][6970] playercreateinfo TABLE


Recommended Posts

Posted

in Revision 6966

Gnomes got wrong XYZ in starting point (it must be just someones who been working on this table...a small mistake :D )

now is..

 
...
(7,1,0,1,-6240,331,383),
(7,4,0,1,-6340,331,383),
(7,6,609,4298,2355.05,-5661.7, 426.026),
(7,8,0,1,-6340,331,383),
(7,9,0,1,-6340,331,383),
...

should be:

 
...
(7,1,0,1,-6240,331,383),
(7,4,0,1,-6[b][color=blue]2[/color][/b]40,331,383),
(7,6,609,4298,2355.05,-5661.7, 426.026),
(7,8,0,1,-6[color=blue][b]2[/b][/color]40,331,383),
(7,9,0,1,-6[color=blue][b]2[/b][/color]40,331,383),
...

quick fix:

UPDATE `playercreateinfo` SET position_x = '-6240' WHERE position_x = '-6340';

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use