summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2022-01-04 22:51:16 +0100
committerKitzunu <24550914+Kitzunu@users.noreply.github.com>2022-01-04 22:51:16 +0100
commite0f38a17b8ab181ea215bced6cf3ee3318c18b4c (patch)
tree7fa91b1feca30e0b134b0c7ee4e612be88890cd7 /docs
parentee3958c50b60b35872d926684d2dbaac37919e58 (diff)
downloadwiki-e0f38a17b8ab181ea215bced6cf3ee3318c18b4c.tar.gz
wiki-e0f38a17b8ab181ea215bced6cf3ee3318c18b4c.tar.bz2
wiki-e0f38a17b8ab181ea215bced6cf3ee3318c18b4c.zip
chore: Waypoint Creator
Diffstat (limited to 'docs')
-rw-r--r--docs/useful-tools.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/useful-tools.md b/docs/useful-tools.md
index 29aeee0..f3aa05e 100644
--- a/docs/useful-tools.md
+++ b/docs/useful-tools.md
@@ -8,6 +8,8 @@ These are the most useful tools out there for AzerothCore development.
- [Unused Guid Search](https://github.com/azerothcore/Unused-Guid-Search) is a tool to find entry or GUID gaps in the database. Learn more about the tool [here](https://github.com/azerothcore/Unused-Guid-Search#readme).
+- [Waypoint Creator](https://github.com/malcrom/WaypointCreator) is a tool to create waypoints from sniffed packet data. Learn more about the tool [here](https://github.com/malcrom/WaypointCreator#readme).
+
- [WoW Flags Checker](https://github.com/azerothcore/wow-flags-checker) is a web based tool to find all flags in a bitmask for creatures. Learn more about the tool [here](https://github.com/azerothcore/wow-flags-checker#readme).
- [WoW Database Editor](https://github.com/BAndysc/WoWDatabaseEditor) is an IDE for Smart Scripts and database editing. Learn more about the tool [here](https://github.com/BAndysc/WoWDatabaseEditor#readme)