diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2019-06-09 23:31:56 +0200 |
|---|---|---|
| committer | Francesco Borzì <borzifrancesco@gmail.com> | 2019-06-09 23:31:56 +0200 |
| commit | 23dad56d89e2a05188bd8fdaffe99583aa288e3d (patch) | |
| tree | c66c56023efbd24d470814492c1251f42a0df7ba /docs | |
| parent | a3d94f7bccdf3f15d3c10d243358cef203d74ee5 (diff) | |
| download | wiki-23dad56d89e2a05188bd8fdaffe99583aa288e3d.tar.gz wiki-23dad56d89e2a05188bd8fdaffe99583aa288e3d.tar.bz2 wiki-23dad56d89e2a05188bd8fdaffe99583aa288e3d.zip | |
Update creature_equip_template.md (#65)
Removed TC links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/creature_equip_template.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/creature_equip_template.md b/docs/creature_equip_template.md index c53e373..2a84edb 100644 --- a/docs/creature_equip_template.md +++ b/docs/creature_equip_template.md @@ -91,7 +91,7 @@ This table contains all the equipment combinations that can be sent for each cre ### CreatureID -The direct corresponding [id](creature_2130009.html#creature-id) in [creature](creature) table or [entry](creature_template_2130008.html#creature_template-entry) in [creature\_template](creature_template) table. +The direct corresponding [id](http://www.azerothcore.org/wiki/creature#id) in [creature](creature) table or [entry](http://www.azerothcore.org/wiki/creature_template#creature_template-entry) in [creature\_template](creature_template) table. ### ID @@ -99,12 +99,12 @@ An additional identifier for each individual entry, enabling multiple equipment ### ItemID1 -This is the item number of the equipment used in the right hand from [Item.dbc](https://trinitycore.atlassian.net/wiki/display/tc/Item). +This is the item number of the equipment used in the right hand from [Item.dbc](Item). ### ItemID2 -This is the item number of the equipment used in the left hand from [Item.dbc](https://trinitycore.atlassian.net/wiki/display/tc/Item). +This is the item number of the equipment used in the left hand from [Item.dbc](Item). ### ItemID3 -This is the item number of the equipment used in the ranged slot from [Item.dbc](https://trinitycore.atlassian.net/wiki/display/tc/Item). +This is the item number of the equipment used in the ranged slot from [Item.dbc](Item). |
