数据库:characters数据库:character_queststatus_rewarded
差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
数据库:characters数据库:character_queststatus_rewarded [2023/09/24 11:14] – 创建 admin | 数据库:characters数据库:character_queststatus_rewarded [2023/10/09 18:37] (当前版本) – [character_queststatus_rewarded 表] admin | ||
---|---|---|---|
行 3: | 行 3: | ||
[[数据库: | [[数据库: | ||
- | This table holds information of every rewarded | + | 玩家(guid)是否(active)完成的指定任务(quest)获得奖励。 |
**表结构** | **表结构** | ||
^Field^Type^Attributes^Key^Null^Default^extra^Comment^ | ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ | ||
- | |[[#id|id]]|INT|UNSIGNED|PRI|NO| | | | | + | |[[#guid|guid]]|INT|UNSIGNED|PRI|NO|0| |全局唯一标识符| |
- | |[[#gmlevel|gmlevel]]|TINYINT|UNSIGNED| |NO| | | | | + | |[[#quest|quest]]|INT|UNSIGNED|PRI|NO|0| |任务标识符| |
- | |[[#RealmID|RealmID]]|INT|SIGNED|PRI|NO|-1| | | | + | |[[#active|active]]|TINYINT|UNSIGNED| |NO|1| | | |
- | |[[# | + | |
数据库/characters数据库/character_queststatus_rewarded.1695525243.txt.gz · 最后更改: 2023/09/24 11:14 由 admin