mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Implemented anti-combat log
This commit is contained in:
@@ -19,3 +19,5 @@ INSERT INTO `items` (name, label, `limit`) VALUES
|
||||
('bandage','Bandage', 20),
|
||||
('medikit','Medikit', 5)
|
||||
;
|
||||
|
||||
ALTER TABLE `users` ADD `isDead` BIT(1) DEFAULT b'0'
|
||||
Reference in New Issue
Block a user