From 3dadcd2f56bab9ccab5c9924ef7111053f0832d2 Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Tue, 30 Jul 2019 13:12:41 +0200 Subject: Update waypoints and scripts documentation (#102) --- _includes/azerothcore/sidebar.html | 1 + docs/Waypoints-Information.md | 105 ++++++++ docs/event_scripts.md | 33 ++- docs/script_waypoint.md | 138 ++-------- docs/scripts.md | 534 +++++++++++++------------------------ docs/smart_scripts.md | 149 ++++++----- docs/spell_scripts.md | 35 ++- docs/waypoint_data.md | 42 ++- docs/waypoint_scripts.md | 37 ++- docs/waypoints.md | 38 +-- 10 files changed, 493 insertions(+), 619 deletions(-) create mode 100644 docs/Waypoints-Information.md diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html index 585a19a..70ba818 100644 --- a/_includes/azerothcore/sidebar.html +++ b/_includes/azerothcore/sidebar.html @@ -41,6 +41,7 @@
  • Extract client data (maps, mmaps, vmaps, dbc)
  • Linux automatic restarter
  • GM Commands
  • +
  • Information about waypoints
  • Documentation