Files
src-1.2/game/server/database/updates/hotfix_134_a.sql
T
2014-01-17 07:03:16 -07:00

4 lines
169 B
SQL

alter table player_objects add num_lots int;
update player_objects
set num_lots = (select num_lots from accounts where player_objects.station_id = accounts.station_id);