mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
2 lines
100 B
SQL
2 lines
100 B
SQL
ALTER TABLE `characters`
|
|
ADD `latency` int(11) unsigned NOT NULL default '0' AFTER `taxi_path`;
|