diff options
author | megamage <none@none> | 2009-08-27 19:57:35 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-27 19:57:35 -0500 |
commit | 90b55ff7b15bb243fce40ec733630bc605bf04a9 (patch) | |
tree | b0381baf2443edf45173b1fb9e77c6f6b12f05ff /src/game/DBCStructure.h | |
parent | 82bd15b7beb92d57e3925781581d62425d675398 (diff) |
[8424] Added support for strict chatmessage validation Author: arrai
--HG--
branch : trunk
Diffstat (limited to 'src/game/DBCStructure.h')
-rw-r--r-- | src/game/DBCStructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index ca903346815..c0af3a9be00 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -44,7 +44,7 @@ struct AchievementEntry uint32 factionFlag; // 1 -1=all, 0=horde, 1=alliance uint32 mapID; // 2 -1=none //uint32 parentAchievement; // 3 its Achievement parent (can`t start while parent uncomplete, use its Criteria if don`t have own, use its progress on begin) - //char *name[16]; // 4-19 + char *name[16]; // 4-19 //uint32 name_flags; // 20 //char *description[16]; // 21-36 //uint32 desc_flags; // 37 |