EverWrath/data/sql/updates
José González a4d8134e38
Core/Commands: Add new spy command (#1263)
Add a new spy command for game masters and administrators to receive all conversations of followed players.

How to use:

- Use command .spy follow <characterName> with a GM 
- Make that player whisper another player
- You (GM) should receive the message sent
- Use command .spy status. You should get a list with the test subject's name in it.
- Use command .spy unfollow <characterName>
- You should not receive any more messages sent or received by that player


* Core/Commands: Add new spy command
* Importing pending sql
* Fix missing comma in SQL
* Fix travis compile: comment unused parameter
2019-01-15 15:47:14 -03:00
..
db_auth Importing pending sql 2019-01-05 20:21:50 +00:00
db_characters Importing pending sql 2019-01-06 06:34:18 +00:00
db_world Core/Commands: Add new spy command (#1263) 2019-01-15 15:47:14 -03:00
pending_db_auth Apps: Add backticks to version_db_* in create_sql.sh (#1244) 2019-01-07 22:43:11 +01:00
pending_db_characters Apps: Add backticks to version_db_* in create_sql.sh (#1244) 2019-01-07 22:43:11 +01:00
pending_db_world Importing pending sql 2019-01-15 17:32:51 +00:00
README.md removed templates for pending, we will find a more cleaner way for devs 2016-08-26 16:25:13 +02:00

Please read this before adding new SQL-update files.