Skip to content

Commit

Permalink
add missing tables for char deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed May 12, 2024
1 parent 288b910 commit 396744a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ return {
player_mails = 'citizenid',
player_outfits = 'citizenid',
player_vehicles = 'citizenid',
properties = 'owner',
npwd_calls = 'identifier',
npwd_darkchat_channel_members = 'user_identifier',
npwd_marketplace_listings = 'identifier',
npwd_messages_participants = 'participant',
npwd_notes = 'identifier',
npwd_phone_contacts = 'identifier',
npwd_phone_gallery = 'identifier',
}, -- Rows to be deleted when the character is deleted


Expand Down

0 comments on commit 396744a

Please sign in to comment.