Files
Paradise/SQL/updates/3-4.sql
Kyep 412341439a Fixes #8954 - splits 'attack log' preference, spam-be-gone (#8992)
* 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
2018-06-13 16:55:21 -07:00

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`;