====== game_event_battleground_holiday 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table is used to add a holiday to a battleground, for things like extra reputation / honor. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#eventEntry|eventEntry]]|TINYINT|UNSIGNED|PRI|NO| |Unique|Entry of the game event| |[[#bgflag|bgflag]]|INT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== eventEntry ==== This is entry id of the game_event that was setup to add the holiday. ==== bgflag ==== This is a bitmask field that decides which battle grounds are affected for this given holiday. ^bit^Battleground^ |1|奥特兰克山谷| |4|战歌峡谷| |8|阿拉希盆地| |16|纳格兰竞技场| |32|Blade's Edge Arena| |64|All Arena| |128|风暴之眼| |256|Ruins of Lordaeron| |512|Strand of the Ancients| |1024|Dalaran Sewers| |2048|The Ring of Valor|