From 6a7083e0ae9867e8acf2d01d1eece116779dcaae Mon Sep 17 00:00:00 2001 From: Duncan Steenburgh Date: Fri, 23 Oct 2020 02:54:15 -0500 Subject: docs(character_achievement): add useful note, remove broken links (#287) --- docs/character_achievement.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/character_achievement.md b/docs/character_achievement.md index a7417e3..1b2356c 100644 --- a/docs/character_achievement.md +++ b/docs/character_achievement.md @@ -6,6 +6,8 @@ This table holds information on the achievements a character has earned / completed. +**Note:** if you delete a "realm first" achievement from the characters database, you have to reboot the server to take it into account. + **Structure** @@ -66,12 +68,12 @@ This table holds information on the achievements a character has earned / comple ### guid -The GUID of the character. See [characters.guid](../tc-wiki/characters_table_) +The GUID of the character. See [characters.guid](characters_table_) ### achievement -The ID of the achievement from [Achievement.dbc](https://trinitycore.atlassian.net/wiki/display/tc/Achievement) +The ID of the achievement from [Achievement.dbc](Achievement). ### date -The date/time when this achievement was earned, in Unix time. See [Unix Timestamp Calculator](http://www.unixtimestamp.com/index.php) +The date/time when this achievement was earned, in Unix time. See [Unix Timestamp Calculator](http://www.unixtimestamp.com/index.php) \ No newline at end of file -- cgit