From e0f38a17b8ab181ea215bced6cf3ee3318c18b4c Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 4 Jan 2022 22:51:16 +0100 Subject: chore: Waypoint Creator --- docs/useful-tools.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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) -- cgit