mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
* Fixes #8954 * projectile reagetns * removes all attack logs on keyless simple_animals even by keyed mobs * deletes 'potentially' * Tiger request * more comprehensive solution * check for mob * istype * brevity * Split attack logs preference * toggle * deletes old CHAT_ATTACKLOGS * explains what levels do when toggling them * clarification * Tigercat requests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#Updating the SQL from version 3 to version 4. -Kyep
|
||||
#Adding new column to contain the atklog value.
|
||||
ALTER TABLE `player`
|
||||
ADD `atklog` smallint(4) DEFAULT '0' AFTER `clientfps`;
|
||||
Reference in New Issue
Block a user