mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 14:51:27 +00: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
4 lines
178 B
SQL
4 lines
178 B
SQL
#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`; |