diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-05-01 12:28:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 12:28:31 +0200 |
| commit | e12fb303c30fcbf83df7197b433beba44171d682 (patch) | |
| tree | 8a6aae921b54592c55abe608b854d4d314920a5c /docs/database-world.md | |
| parent | 29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b (diff) | |
| download | wiki-e12fb303c30fcbf83df7197b433beba44171d682.tar.gz wiki-e12fb303c30fcbf83df7197b433beba44171d682.tar.bz2 wiki-e12fb303c30fcbf83df7197b433beba44171d682.zip | |
fix(docs): Add dungeon requirement tables (#450)
* fix(docs): Add dungeon requirement tables
* Update dungeon_access_template.md
* make it more clear
* Update dungeon_access_requirements.md
* Update dungeon_access_template.md
Diffstat (limited to 'docs/database-world.md')
| -rw-r--r-- | docs/database-world.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/database-world.md b/docs/database-world.md index 4fd7a82..2ecdf1e 100644 --- a/docs/database-world.md +++ b/docs/database-world.md @@ -2,7 +2,6 @@ The world database has information basically related to creatures, objects, items, dialogs, texts and even scripts can be made through the smart_scripts table. It also has translations, achievements, events... We are currently working to review these tables and try to update those that do not have the correct information. That is why, if you detect any error in any of them, we invite you to open an [issue](https://github.com/azerothcore/wiki/issues), providing the appropriate information, so we can update it. We also invite you to create a [pull request](https://github.com/azerothcore/wiki/pulls), with the corresponding modifications, so that we can analyze the code and incorporate it if it is correct. Currently, we are working on updating. In the next [Update database-world.md](https://github.com/azerothcore/wiki/issues/357) -- [access_requirement](access_requirement.md) - [achievement_criteria_data](achievement_criteria_data.md) - [achievement_dbc](achievement_dbc.md) - [achievement_reward](achievement_reward.md) @@ -40,6 +39,8 @@ The world database has information basically related to creatures, objects, item - [creature_text_locale](creature_text_locale.md) - [disables](disables.md) - [disenchant_loot_template](loot_template.md) +- [dungeon_access_requirements](dungeon_access_requirements.md) +- [dungeon_access_template](dungeon_access_template.md) - [event_scripts](event_scripts.md) - [exploration_basexp](exploration_basexp.md) - [fishing_loot_template](loot_template.md) |
