Files
dockerized-swg-src/game/server/database/queries/delete_JapanCluster_RewardItems.sql

3 lines
121 B
SQL

delete from account_reward_items
where station_id in (select station_id from swg_characters
where cluster_id in (40,41));