summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancescoBorzi <borzifrancesco@gmail.com>2019-07-27 18:35:05 +0200
committerFrancescoBorzi <borzifrancesco@gmail.com>2019-07-27 18:35:05 +0200
commitc927b0f73ad46913ad251f121fb8c9b08040d1cb (patch)
treed52fc2dd4614a87fa35d72b712964fca51ec717d
parent8710c27a883f76052c61eccd41cdd74e42d523f7 (diff)
downloadwiki-c927b0f73ad46913ad251f121fb8c9b08040d1cb.tar.gz
wiki-c927b0f73ad46913ad251f121fb8c9b08040d1cb.tar.bz2
wiki-c927b0f73ad46913ad251f121fb8c9b08040d1cb.zip
cleanup new pages
-rw-r--r--docs/Emotes.md5
-rw-r--r--docs/Faction.md3
-rw-r--r--docs/FactionTemplate.md6
3 files changed, 2 insertions, 12 deletions
diff --git a/docs/Emotes.md b/docs/Emotes.md
index 955be20..ff7c0c3 100644
--- a/docs/Emotes.md
+++ b/docs/Emotes.md
@@ -1,12 +1,7 @@
# Emotes
-`Back-to:DBC`
-
-
This DBC contains emotes which can be used by NPCs.
-**Version is : 3.3.5a**
## Structure
diff --git a/docs/Faction.md b/docs/Faction.md
index d502578..84873fc 100644
--- a/docs/Faction.md
+++ b/docs/Faction.md
@@ -1,14 +1,11 @@
# Faction
-`Back-to:DBC`
-
**Faction.dbc**
This dbc contains information on all of the base factions. These factions are unique and represent a faction with which a player can gain reputation.
**IMPORTANT:** These values are used for **ALL** tables **EXCEPT** the [creature\_template](creature_template) and [gameobject\_template](gameobject_template) tables.
-**Version is : 3.3.5a**
## Structure
diff --git a/docs/FactionTemplate.md b/docs/FactionTemplate.md
index 311a51d..2212484 100644
--- a/docs/FactionTemplate.md
+++ b/docs/FactionTemplate.md
@@ -1,12 +1,10 @@
# FactionTemplate
-`Back-to:DBC`
-
**FactionTemplate.dbc**
This DBC contains information on all of the individual factions. A faction entry from this DBC contains all of the needed data to calculate hostility, friendliness, or neutrality to any other faction in this DBC.
-**IMPORTANT: These values are only used for the [creature\_template](https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130008/creature+template) and [gameobject\_template](https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130143/gameobject+template) tables.**
+**IMPORTANT: These values are only used for the [creature\_template](creature_template) and [gameobject\_template](gameobject\_template) tables.**
## **Structure**
@@ -14,7 +12,7 @@ This DBC contains information on all of the individual factions. A faction entry
|--------------|-----------------------------------------------------------------------------------------------------|------------------|
| **Field Nb** | **Name** | **Type** |
| 1 | ID | Int |
-| 2 | Name (Ref to [Faction.dbc](https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130168/Faction)) | Int |
+| 2 | Name (Ref to [Faction.dbc](Faction.dbc)) | Int |
| 4 | ourMask | Bitmask (4 bits) |
| 5 | friendlyMask | Bitmask (4 bits) |
| 6 | hostileMask | Bitmask (4 bits) |