From 5f42d2f2c02f4942346d9f469f0b88817bb4bcf8 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 19 Jun 2021 16:47:55 +0200 Subject: Update the-modular-structure.md --- docs/the-modular-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the-modular-structure.md b/docs/the-modular-structure.md index 3b2e0a0..12e4797 100644 --- a/docs/the-modular-structure.md +++ b/docs/the-modular-structure.md @@ -16,7 +16,7 @@ In order to change game features, modules use **script hooks**, which are a coll The list of the script hooks is available [here](Hooks-Script.md). -Sometimes you need to add new hooks for your custom module, it's absolutely possible to add them to the core. There are just a few steps needed in order to create a new hook, you can see an example [here](https://github.com/azerothcore/azerothcore-wotlk/commit/15b1a99b55bf01cd6975cc4da3994778d36edb35) +Sometimes you need to add new hooks for your custom module, it's absolutely possible to add them to the core. There are just a few steps needed in order to create a new hook, please follow this guide [here](https://www.azerothcore.org/wiki/hooks-script) to learn how. When you add new hooks, don't forget to [create a PR](http://www.azerothcore.org/wiki/How-to-create-a-PR) with them. This way, they will be reviewed by the AzerothCore developers and included in the official repo. -- cgit