mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
5 lines
260 B
SQL
5 lines
260 B
SQL
update objects
|
|
set script_list = script_list || 'systems.respec.grant_single_respec_on_login:'
|
|
where script_list not like '%systems.respec.grant_respec_on_login:%'
|
|
and object_id in (select character_object from players where create_time < '2005-04-27 04:00');
|