EverWrath/data/sql/updates
David K 7ea62f1b7c
fix(DB/Commands): Fix typo in wp show command description. (#16591)
* This adds a SQL `UPDATE` command which fixes a typo present in the `wp show` command help text.

`s/$slected__waypoint/$selected_waypoint`

---

Previously:

`Syntax: .wp show $option
Options:
on $pathid (or selected creature with loaded path) - Show path
off - Hide path
info $selected_waypoint - Show info for selected waypoint.`
``

* Fix SQL Codestyle in `command_typo_fix.sql`

This change changes the format of the SQL query to be easier to read.

Additionally uses a variable to improve the readability of the actual UPDATE query, due the length of the help text string.
2023-07-18 13:52:31 -03:00
..
db_auth feat(DB): Release ACDB 9.0.0 (#16069) 2023-04-25 01:48:38 -03:00
db_characters chore(DB): import pending files 2023-05-23 14:18:39 +00:00
db_world chore(DB): import pending files 2023-07-18 09:43:43 +00:00
pending_db_auth chore(DB): import pending files 2023-04-23 21:03:18 +00:00
pending_db_characters chore(DB): import pending files 2023-05-23 14:18:39 +00:00
pending_db_world fix(DB/Commands): Fix typo in wp show command description. (#16591) 2023-07-18 13:52:31 -03:00
README.md chore(docs): use new wiki 2019-02-17 22:43:08 +01:00

Please read this before adding new SQL-update files.