mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 20:53:34 +00:00
* Reopens runechat color tweak. Fully changes how the runechat color works with human mobs. - Ties Runechat color to DNA (unchangable via scramblers, or other methods like DNA modifying) - Runechat color is now a preference based thing and can be changed at mirrors. * Linter mint * Comment for comment's sake + Rerun cerestation CI/UNIT test because mouse ate a cable. * augh * reverts toml * Fixes a SQL query, good for final review. --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
UPDATING SQL
The contents of this directory contain update sql scripts for the paracode SQL database.
Files following the naming convention -.sql Files are designed to be run sequentialy, moving from version 2, to version 4 would require running the following SQL scripts. 2-3.sql 3-4.sql
Special Notes
-
15-19 is considered as one version, but split into multiple files for simplicity and correct ordering. You MUST run them in order, and all of them between the game, or stuff will break horribly.
-
The same applies for 30-33 and 38-40