diff options
| -rw-r--r-- | docs/Create-a-Module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Create-a-Module.md b/docs/Create-a-Module.md index cbdff12..fe098f3 100644 --- a/docs/Create-a-Module.md +++ b/docs/Create-a-Module.md @@ -9,7 +9,7 @@ Before start we suggest you to read [Documentation about modular structure](The- - Script template: https://github.com/azerothcore/azerothcore-boilerplates - All the hooks in the core are listed in [ScriptMgr.h](https://github.com/azerothcore/azerothcore-wotlk/blob/master/src/server/game/Scripting/ScriptMgr.h). If you need custom hooks, they can be added to the core by [sending a PR](https://www.azerothcore.org/wiki/How-to-create-a-PR). -- If you need to create a new hook for your module, please follow this guide: [How to create a new hook](Hooks-Script.md) +- If you need to create a new hook for your module, please follow this guide: [How to create a new hook](hooks-script.md) ### **The Basis** |
