diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-19 08:58:07 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-19 08:58:07 +0100 |
| commit | dd3366d4c6de726a42ecf6c4b1689452aab79224 (patch) | |
| tree | ebc17c9cc73fa1eee6c231dda1951abf411e6fe4 /docs/creature_text.md | |
| parent | be2ddad846c225bcf9d76ce497ec60f114439c8e (diff) | |
| download | wiki-dd3366d4c6de726a42ecf6c4b1689452aab79224.tar.gz wiki-dd3366d4c6de726a42ecf6c4b1689452aab79224.tar.bz2 wiki-dd3366d4c6de726a42ecf6c4b1689452aab79224.zip | |
Fixed links
Diffstat (limited to 'docs/creature_text.md')
| -rw-r--r-- | docs/creature_text.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/creature_text.md b/docs/creature_text.md index 7afe21b..3e71d93 100644 --- a/docs/creature_text.md +++ b/docs/creature_text.md @@ -49,7 +49,7 @@ Imagine that our following Lich King creature_text only has 1 Group ID which is If we want to make him say his line when he enters combat we only need to set his smart AI event type to 4 (when the npc gets aggro), action_type to 1 (action type equivalent to talk event) and action_param1 to 0 (which is our desired group id in creature_text). -For more information about smart_scripts table check this [link](https://github.com/azerothcore/azerothcore-wotlk/wiki/smart_scripts). +For more information about smart_scripts table check this [link](smart_scripts). ``` SQL # Our Lich King will shout "Frostmourne hungers" on aggro UPDATE smart_scripts |
