diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-03-03 19:07:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-03 19:07:36 +0100 |
| commit | e40d1ab7a216d8e80fa66c83bca5d58a1f897483 (patch) | |
| tree | 4ac3c36a666454a647363190508d851af88fada4 /docs/vehicle_template_accessory.md | |
| parent | 2c0fde01dd5a3ae9b8ff4849a2139b614ee9916a (diff) | |
| download | wiki-e40d1ab7a216d8e80fa66c83bca5d58a1f897483.tar.gz wiki-e40d1ab7a216d8e80fa66c83bca5d58a1f897483.tar.bz2 wiki-e40d1ab7a216d8e80fa66c83bca5d58a1f897483.zip | |
fix: World Tables Documentation updates (#189)
- Removed information related to WOW versions above 3.3.5a
Co-authored-by: Barbz <BarbzYHOOL@users.noreply.github.com>
Diffstat (limited to 'docs/vehicle_template_accessory.md')
| -rw-r--r-- | docs/vehicle_template_accessory.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/vehicle_template_accessory.md b/docs/vehicle_template_accessory.md index 3c2638b..3f5f0be 100644 --- a/docs/vehicle_template_accessory.md +++ b/docs/vehicle_template_accessory.md @@ -4,7 +4,7 @@ **The \`vehicle\_template\_accessory\` table** -Records in this table can be overwritten by [vehicle\_accessory](https://trinitycore.atlassian.net/wiki/display/tc/vehicle_accessory) table +Records in this table can be overwritten by [vehicle\_accessory](vehicle_accessory) table **Structure** @@ -107,15 +107,15 @@ Records in this table can be overwritten by [vehicle\_accessory](https://trinity ### entry -Entry of creature to be used as Vehicle. Entry from creature\_template. +Entry of creature to be used as Vehicle. Entry from [creature_template](creature_template#entry). ### accessory\_entry -Entry from creature\_template to be used as the rider/turret/addon to the main vehicle. ID from creature\_template. +Entry from [creature_template](creature_template#entry) to be used as the rider/turret/addon to the main vehicle. ID from creature\_template. ### seat\_id -Vehicle seat in witch the accessory should be spawned. See VehicleSeat.dbc. +Vehicle seat in witch the accessory should be spawned. See [VehicleSeat.dbc](VehicleSeat). ### minion |
