EverWrath/data/sql/updates/pending_db_world
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
..
.dummy implemented pending workflow for sql and PR 2016-08-25 19:49:32 +02:00
command_typo_fix.sql fix(DB/Commands): Fix typo in wp show command description. (#16591) 2023-07-18 13:52:31 -03:00
create_sql.sh refactor(DB): Handle SQL files in a new way (#11494) 2022-04-28 14:37:37 -03:00