Skip to content

Commit

Permalink
Update creature_model_info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu committed Jun 22, 2024
1 parent 880d715 commit 9c6d3ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/creature_model_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This table contains all models of mobs, their gender and other information that

| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| ------------------------- | ------- | ---------- | --- | ---- | ------- | ----- | ------- |
| DisplayID[1] | int | unsigned | PRI | NO | 0 | |
| BoundingRadius[2] | float | | | NO | 0 | |
| CombatReach[3] | float | | | NO | 0 | |
| Gender[4] | tinyint | unsigned | | NO | 2 | |
| DisplayID_Other_Gender[5] | int | unsigned | | NO | 0 | |
| DisplayID[1] | int | unsigned | PRI | NO | 0 | | |
| BoundingRadius[2] | float | | | NO | 0 | | |
| CombatReach[3] | float | | | NO | 0 | | |
| Gender[4] | tinyint | unsigned | | NO | 2 | | |
| DisplayID_Other_Gender[5] | int | unsigned | | NO | 0 | | |

[1]: #displayid
[2]: #boundingradius
Expand Down

0 comments on commit 9c6d3ba

Please sign in to comment.