diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-28 13:20:04 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-28 13:20:04 -0500 |
commit | 477adc72af0e71b851dd6a7097998e87d9395315 (patch) | |
tree | 478fb185f0ce00b0d81e7c66002fc9146ffd30c6 /docs/map_scripts.md | |
parent | 84c798e9f40c41832e1028563e2c169220eae65c (diff) |
grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/g
Diffstat (limited to 'docs/map_scripts.md')
-rw-r--r-- | docs/map_scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/map_scripts.md b/docs/map_scripts.md index aa7ed6f32..0939f5bfa 100644 --- a/docs/map_scripts.md +++ b/docs/map_scripts.md @@ -78,7 +78,7 @@ Callback types: ### <code>.Warps: db <i>N</i></code> <pre> - warp_def <i>x</i>, <i>y</i>, <i>warp_id</i>, <i>map</i> + warp_event <i>x</i>, <i>y</i>, <i>warp_id</i>, <i>map</i> </pre> |