From 1ae04fe0a03c776c0688f72a4c186865f4ee3fc0 Mon Sep 17 00:00:00 2001 From: Mycroft Date: Mon, 6 Jun 2022 15:53:16 +0100 Subject: [PATCH] Update legacy.sql --- [SQL]/legacy.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/[SQL]/legacy.sql b/[SQL]/legacy.sql index d138e532..110c5e00 100644 --- a/[SQL]/legacy.sql +++ b/[SQL]/legacy.sql @@ -40,10 +40,6 @@ INSERT INTO `addon_account_data` (`id`, `account_name`, `money`, `owner`) VALUES (3, 'society_ambulance', 0, NULL), (4, 'society_mechanic', 0, NULL), (5, 'society_taxi', 0, NULL), -(6, 'caution', 0, NULL), -(7, 'caution', 0, NULL), -(8, 'property_black_money', 0, NULL); - -- -------------------------------------------------------- --