mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[0068] Typo
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
8010d254b6
commit
26827d9320
2 changed files with 17 additions and 17 deletions
|
|
@ -42,28 +42,28 @@ typedef char const* const* DBCString; //char* DBCStrings[M
|
||||||
|
|
||||||
struct AchievementEntry
|
struct AchievementEntry
|
||||||
{
|
{
|
||||||
uint32 ID; // 0 m_ID
|
uint32 ID; // 0 m_ID
|
||||||
uint32 factionFlag; // 1 m_faction -1=all, 0=horde, 1=alliance
|
uint32 factionFlag; // 1 m_faction -1=all, 0=horde, 1=alliance
|
||||||
uint32 mapID; // 2 m_instance_id -1=none
|
uint32 mapID; // 2 m_instance_id -1=none
|
||||||
uint32 parentAchievement; // 3 m_supercedes its Achievement parent (can`t start while parent uncomplete, use its Criteria if don`t have own, use its progress on begin)
|
uint32 parentAchievement; // 3 m_supercedes its Achievement parent (can`t start while parent uncomplete, use its Criteria if don`t have own, use its progress on begin)
|
||||||
DBCString name; // 4 m_title_lang
|
DBCString name; // 4 m_title_lang
|
||||||
DBCString description; // 5 m_description_lang
|
DBCString description; // 5 m_description_lang
|
||||||
uint32 categoryId; // 6 m_category
|
uint32 categoryId; // 6 m_category
|
||||||
uint32 points; // 7 m_points
|
uint32 points; // 7 m_points
|
||||||
uint32 OrderInCategory; // 8 m_ui_order
|
uint32 OrderInCategory; // 8 m_ui_order
|
||||||
uint32 flags; // 9 m_flags
|
uint32 flags; // 9 m_flags
|
||||||
uint32 icon; // 10 m_iconID
|
uint32 icon; // 10 m_iconID
|
||||||
DBCString titleReward; // 11 m_reward_lang
|
DBCString titleReward; // 11 m_reward_lang
|
||||||
uint32 count; // 12 m_minimum_criteria - need this count of completed criterias (own or referenced achievement criterias)
|
uint32 count; // 12 m_minimum_criteria - need this count of completed criterias (own or referenced achievement criterias)
|
||||||
uint32 refAchievement; // 13 m_shares_criteria - referenced achievement (counting of all completed criterias)
|
uint32 refAchievement; // 13 m_shares_criteria - referenced achievement (counting of all completed criterias)
|
||||||
};
|
};
|
||||||
|
|
||||||
struct AchievementCategoryEntry
|
struct AchievementCategoryEntry
|
||||||
{
|
{
|
||||||
uint32 ID; // 0 m_ID
|
uint32 ID; // 0 m_ID
|
||||||
uint32 parentCategory; // 1 m_parent -1 for main category
|
uint32 parentCategory; // 1 m_parent -1 for main category
|
||||||
DBCString name; // 2 m_name_lang
|
DBCString name; // 2 m_name_lang
|
||||||
uint32 sortOrder; // 3 m_ui_order
|
uint32 sortOrder; // 3 m_ui_order
|
||||||
};
|
};
|
||||||
|
|
||||||
struct AchievementCriteriaEntry
|
struct AchievementCriteriaEntry
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "0067"
|
#define REVISION_NR "0068"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue