Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

game_event_%.md - Updates #1004

Merged
merged 3 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions docs/game_event_arena_seasons.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# game\_event\_arena\_seasons
# game_event_arena_seasons

[<-Back-to:World](database-world)

**The \`game\_event\_arena\_seasons\` table**
**The \`game_event_arena_seasons\` table**

This information comes from sniffs and is NOT supposed to be changed.

Expand All @@ -20,8 +20,20 @@ This information comes from sniffs and is NOT supposed to be changed.

### eventEntry

Entry of the event
[game_event.eventEntry](game_event#eventEntry)

### season

Arena season number: 1 - 9

| eventEntry | season | Comment (not part of the DB) |
| ---------- | ------ | :--------------------------------------- |
| 75 | 1 | TBC - Season 1: "Gladiator" |
| 76 | 2 | TBC - Season 2: "Merciless Gladiator" |
| 55 | 3 | TBC - Season 3: "Vengeful Gladiator" |
| 56 | 4 | TBC - Season 4: "Brutal Gladiator" |
| 57 | 5 | WotLK - Season 5: "Deadly Gladiator" |
| 58 | 6 | WotLK - Season 6: "Furious Gladiator" |
| 59 | 7 | WotLK - Season 7: "Relentless Gladiator" |
| 60 | 8 | WotLK - Season 8: "Wrathful Gladiator" |
| 31 | 9 | Arena Tournament: (Do not use) |
15 changes: 12 additions & 3 deletions docs/game_event_battleground_holiday.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# game\_event\_battleground\_holiday
# game_event_battleground_holiday

[<-Back-to:World](database-world)

**The \`Game\_event\_battleground\_holiday\` table**
**The \`Game_event_battleground_holiday\` table**

This table is used to add a holiday to a battleground, for things like extra reputation / honor.

Expand All @@ -20,7 +20,7 @@ This table is used to add a holiday to a battleground, for things like extra rep

### eventEntry

This is entry id of the game\_event that was setup to add the holiday.
[game_event.eventEntry](game_event#eventEntry)

### bgflag

Expand All @@ -39,3 +39,12 @@ This is a bitmask field that decides which battle grounds are affected for this
| 512 | Strand of the Ancients |
| 1024 | Dalaran Sewers |
| 2048 | The Ring of Valor |

| eventEntry | bgflag | Comment (not part of the DB) |
| ---------- | ------------- | :------------------------------------ |
| 18 | 2 | Call to Arms: Alterac Valley! |
| 19 | 4 | Call to Arms: Warsong Gulch! |
| 20 | 8 | Call to Arms: Arathi Basin! |
| 21 | 128 | Call to Arms: Eye of the Storm! |
| 53 | 512 | Call to Arms: Strand of the Ancients! |
| 54 | 1 073 741 824 | Call to Arms: Isle of Conquest! |
Loading
Loading