Releases: Hackmastr/css-basic-admin
Releases · Hackmastr/css-basic-admin
7388223
Update schema.sql remove definer
227bc58
Update schema.sql remove server_id from admin table
0996878
6c6034a
Fix changing map exception
d0d2adc
OnTakeDamage sanity check
Signed-off-by: Hackmastr
faf9ded
Fix lang not included on release
65c8cb0
Fix: stored procedure
small update to fix the stored procedure
if you are already running the latest version, please execute the following sql in your database:
drop procedure ExpireBans;
create procedure ExpireBans()
BEGIN
UPDATE punishments
SET length = IF(length - 1 = 0, -1, length - 1)
WHERE expires_at > NOW();
END;
8d16c6e
bump version
40b7ff3
- Fix bot targeting
5c88429
Add immunity support.