From d34bd2c51731acfac5c0326665953b9fa0960ec3 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 28 Apr 2021 16:08:49 +0200 Subject: Update Create-a-Module.md --- docs/Create-a-Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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** -- cgit