diff --git a/modules/how_to_make_a_module.md b/modules/how_to_make_a_module.md new file mode 100644 index 000000000..c16c0526a --- /dev/null +++ b/modules/how_to_make_a_module.md @@ -0,0 +1,7 @@ +Read this page first: + +https://github.com/azerothcore/azerothcore-wotlk/wiki/Create-a-Module + + +Then, start by cloning our skeleton-module: https://github.com/azerothcore/skeleton-module/ +Always clone it because we update it regularly