diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-04 17:28:48 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-04 17:28:48 +0100 |
| commit | fecdf407f0c5d8685802a142f1834603fabfb94e (patch) | |
| tree | 20f3f06da00b5ab7deff8c2a0813bec5220edd4d /docs/creature_template.md | |
| parent | dce37f458a8803742893549586adcbf6c7c0ff04 (diff) | |
| parent | 44c4babac6b6607abda4729a6a2c39ca3434f86c (diff) | |
| download | wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.tar.gz wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.tar.bz2 wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.zip | |
Merge branch 'master' of https://github.com/azerothcore/wiki
Diffstat (limited to 'docs/creature_template.md')
| -rw-r--r-- | docs/creature_template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/creature_template.md b/docs/creature_template.md index c9b8ccc..b84d99b 100644 --- a/docs/creature_template.md +++ b/docs/creature_template.md @@ -155,7 +155,7 @@ Used to tell the player what kind of NPC this creature is. #### gossip\_menu\_id -The gossip ID of this creature. This field is obtained from sniff (update fields). If you can not sniff this value, and need to make one up, it must be > 50000. This field is the link to [gossip\_menu.entry](http://collab.kpsn.org/display/tc/Gossip_menu#gossip_menu-entry). +The gossip ID of this creature. This field is obtained from sniff (update fields). If you can not sniff this value, and need to make one up, it must be > 50000. This field is the link to [gossip\_menu.entry](Gossip_menu#gossip_menu-entry). #### minlevel @@ -177,7 +177,7 @@ The expansion table the creatures health value is taken from. Values are from 0 #### faction -The faction of the creature. See [FactionTemplate](http://collab.kpsn.org/display/tc/FactionTemplate). Just because more than one faction has the same name, the inter-faction relationships can be different. +The faction of the creature. See [FactionTemplate](FactionTemplate). Just because more than one faction has the same name, the inter-faction relationships can be different. Note: This field also controls the creature family assistance mechanic. Only creatures with the same faction will assist each other. |
