diff options
Diffstat (limited to 'docs/hooks-script.md')
| -rw-r--r-- | docs/hooks-script.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hooks-script.md b/docs/hooks-script.md index d8e8d6f..a6ace3a 100644 --- a/docs/hooks-script.md +++ b/docs/hooks-script.md @@ -6,7 +6,7 @@ tableofcontents: 1 The ScriptAI system implemented by AC uses a special [Observer pattern](https://en.wikipedia.org/wiki/Observer_pattern) strategy to implement an event-driven programming which is also the **CORE** of our modular system. -This guide, together with our [module system](Create-a-Module.md) lets you extend the AzerothCore without patching it directly. This allows you to update your repository by keeping your additions and customizations conflict-free! +This guide, together with our [module system](create-a-module.md) lets you extend the AzerothCore without patching it directly. This allows you to update your repository by keeping your additions and customizations conflict-free! ## Resources |
