Skip to content

Commit 269e460

Browse files
authored
Update README.md
1 parent 4bf2cba commit 269e460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ The only difference between these files is that enum files (DBDE) use numerical/
2121
### Format
2222
`Value Name // Comment`
2323
This is very similar to DBD column definitions, but instead of a field type it has a decimal (enums) or hexadecimal (flags) value. Another difference is that only `Value` is required as there can be unnamed flags.
24-
Just like DBD column definitions, `Name` can not contain spaces but can be followed by a `?` for unverified/placeholder names. It can also be followed by a comment starting after the name at `//`. Given both `Name` and `Comment` are optional, it is possible for a comment to start immediately after a name.
24+
`Name` can contain spaces and can be followed by a `?` for unverified/placeholder names. It can also be followed by a comment starting after the name at `//`. Given both `Name` and `Comment` are optional, it is possible for a comment to start immediately after a name.
2525
#### Versioning
2626
If a flag/enum is only for a specific version, you can override the 'default' value for it by adding `(BUILD x.x.x.xxxxx) ` in front of the value. At time of writing this is tentative, more information is available [here](https://github.com/wowdev/WoWDBDefs/discussions/207#discussioncomment-16035912).

0 commit comments

Comments
 (0)