mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 01:23:52 +00:00
The previous escape only doubled quotes and backslashes. A quest description containing a literal newline would emit a multi-line INSERT that breaks per-line execution scripts; a NUL byte could prematurely terminate the string in non-length-prefixed clients; Ctrl-Z is the historical MySQL string terminator on Windows. Now full MySQL/MariaDB string-literal escape: NUL drops, CR/LF/tab become \r/\n/\t, Ctrl-Z becomes \Z. |
||
|---|---|---|
| .. | ||
| asset_extract | ||
| auth_login_probe | ||
| auth_probe | ||
| blp_convert | ||
| dbc_to_csv | ||
| editor | ||
| asset_pipeline_gui.py | ||
| backup_assets.sh | ||
| diff_classic_turtle_opcodes.py | ||
| gen_opcode_registry.py | ||
| generate_ffx_sdk_vk_permutations.sh | ||
| m2_viewer.py | ||
| opcode_map_utils.py | ||
| validate_opcode_maps.py | ||