From e40d1ab7a216d8e80fa66c83bca5d58a1f897483 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 3 Mar 2020 19:07:36 +0100 Subject: fix: World Tables Documentation updates (#189) - Removed information related to WOW versions above 3.3.5a Co-authored-by: Barbz --- docs/vehicle_template_accessory.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/vehicle_template_accessory.md') 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 -- cgit