diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-06-19 16:47:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-19 16:47:55 +0200 |
| commit | 5f42d2f2c02f4942346d9f469f0b88817bb4bcf8 (patch) | |
| tree | 77dd63a52ddad65f30fcc8d41abb2cd3946c5ff3 /docs | |
| parent | 727aa5cf63fe00844d5e6351b2b0dd77bccee307 (diff) | |
| download | wiki-5f42d2f2c02f4942346d9f469f0b88817bb4bcf8.tar.gz wiki-5f42d2f2c02f4942346d9f469f0b88817bb4bcf8.tar.bz2 wiki-5f42d2f2c02f4942346d9f469f0b88817bb4bcf8.zip | |
Update the-modular-structure.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/the-modular-structure.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
